Update nginx.conf

This commit is contained in:
Andros Fenollosa
2024-06-24 17:35:28 +02:00
committed by GitHub
parent 2ee6a98396
commit 6189881585

View File

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