Mise à jour de 'cryptide_project/nginx.conf'
continuous-integration/drone/push Build is failing Details

pull/97/head^2
Thomas CHAZOT 1 year ago
parent d5f74860ef
commit 2ea4ea1d31

@ -1,15 +1,15 @@
server { server {
listen 80; listen 80;
location /containers/Crypteam-website/ { location / {
root /usr/share/nginx/html; root /usr/share/nginx/html;
index index.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 ~ /\. { location ~ /\. {
deny all; deny all;
} }
} }
Loading…
Cancel
Save