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:37:18 +02:00 committed by GitHub
parent 7575fa66f0
commit 946cf32e09
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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