Mise à jour de 'cryptide_project/nginx.conf'
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
parent
d5f74860ef
commit
2ea4ea1d31
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in new issue