Update nginx.conf
Some checks are pending
Gitea Actions Deploy / deploy (push) Waiting to run

This commit is contained in:
Andros Fenollosa 2024-06-24 17:41:01 +02:00 committed by GitHub
parent 946cf32e09
commit 0760fcd36c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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