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