NicolasCantu 11a77054b0
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 55s
chore(nginx): snapshot effective nginx config into confs/nginx/_effective_20250924-190412
2025-09-24 19:04:12 +02:00

8 lines
204 B
Plaintext
Executable File

server {
listen 80;
server_name local.lecoffreio.4nkweb.com;
# Redirige vers le front final en conservant chemin + query
return 301 https://dev3.4nkweb.com/idnot/callback$is_args$args;
}