NicolasCantu 51ff0a00c9
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 52s
chore(scripts): add nginx scrub script to remove local.4nkweb.com comments; backup system files
2025-09-24 19:01:16 +02:00

9 lines
217 B
Plaintext
Executable File

server {
listen 3001;
server_name local.4nkweb.com;
# Redirige vers le callback en conservant intégralement la query (code + state)
return 301 https://dev3.4nkweb.com/idnot/callback$is_args$args;
}