Supprimer 'cryptide_project/nginx.conf'
continuous-integration/drone/push Build is passing Details

pull/96/head^2
Thomas CHAZOT 1 year ago
parent 0bb2e2f226
commit 87b37e75d7

@ -1,15 +0,0 @@
server {
listen 80;
server_name server;
location / {
root /usr/share/nginx/html;
index index.html;
try_files $uri $uri/ /index.html;
}
error_page 500 502 503 504 /50x.html;
location = /50x.html {
root /usr/share/nginx/html;
}
}
Loading…
Cancel
Save