From 2ea4ea1d3102a3ffa2fc0a0b5dba1ed7b2e177ce Mon Sep 17 00:00:00 2001 From: Thomas CHAZOT Date: Tue, 5 Dec 2023 14:38:42 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'cryptide=5Fproject?= =?UTF-8?q?/nginx.conf'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cryptide_project/nginx.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cryptide_project/nginx.conf b/cryptide_project/nginx.conf index 1e77fca..a1bba5b 100644 --- a/cryptide_project/nginx.conf +++ b/cryptide_project/nginx.conf @@ -1,15 +1,15 @@ server { listen 80; - location /containers/Crypteam-website/ { + location / { root /usr/share/nginx/html; index index.html; - try_files $uri $uri/ /containers/Crypteam-website/index.html; + try_files $uri $uri/ /index.html; } - error_page 404 /containers/Crypteam-website/index.html; + error_page 404 /index.html; location ~ /\. { deny all; } -} +} \ No newline at end of file