Update nginx.conf

This commit is contained in:
Andros Fenollosa 2024-06-24 17:35:28 +02:00 committed by GitHub
parent 9dbdbca09d
commit 7575fa66f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -4,6 +4,7 @@ http {
server {
listen 80 default_server;
server_name _;
root /var/www/html/;
location / {
try_files $uri $uri/ $uri.html =404;