Update nginx.conf

This commit is contained in:
Andros Fenollosa
2024-06-24 17:37:18 +02:00
committed by GitHub
parent 6189881585
commit 37867f1477

View File

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