lecoffre-back-mini/backups/nginx/20250925-091648/project/local.lecoffreio.4nkweb.com.conf
NicolasCantu 7c5c4ab334
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 49s
ci: docker_tag=dev-test
chore(nginx): logs vhost + X-Request-Id; docs: logs & ops; idnot: headers Accept+Contexte; backups: snapshot, ports & http flows
2025-09-25 09:18:58 +02:00

8 lines
204 B
Plaintext

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;
}