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

pull/96/head^2
Thomas CHAZOT 1 year ago
parent 0667c0e702
commit 809fab5b03

@ -0,0 +1,15 @@
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