Update nginx-config

This commit is contained in:
MattTheTekie 2026-03-12 08:06:23 -04:00 committed by GitHub
commit eacfccf5fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,8 +4,9 @@ server {
server_name _;
location / {
# put path to www below
root /www;
index index.html index.htm;
index index.html;
}
# Serve static files if they exist