Update nginx.conf

This commit is contained in:
Andros Fenollosa
2024-06-24 17:41:01 +02:00
committed by GitHub
parent 37867f1477
commit 5bce4cd9ef

View File

@@ -7,7 +7,6 @@ http {
root /var/www/html;
location / {
try_files $uri $uri/ $uri.html =404;
}
location /img {