Update nginx.conf
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Gyorgy Berenyi
2024-06-28 14:45:12 +00:00
parent ab5ca570b7
commit fcb5ec65f9

View File

@@ -27,7 +27,7 @@ http {
server_name localhost;
location / {
root /usr/share/nginx/html;
index index.html
index index.html;
}
error_page 500 502 503 504 /50x.html;