All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 48s
8 lines
204 B
Plaintext
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;
|
|
}
|