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