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

8 lines
188 B
Plaintext
Executable File

server {
listen 3000;
server_name local.4nkweb.com;
# Redirige vers le front final en conservant chemin + query
return 301 https://dev4.4nkweb.com/lecoffre$request_uri;
}