lecoffre-back-mini/confs/nginx/local.lecoffreio.4nkweb.com.conf
NicolasCantu 02820b2862
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 48s
chore(nginx): snapshot dev3 vhosts (callback IdNot → backend)
2025-09-23 08:46:49 +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;
}