attempting proxying

This commit is contained in:
2025-12-08 16:56:59 -05:00
parent 2bb884e452
commit 79e4fe749d

View File

@@ -1,6 +1,7 @@
events {}
http {
server {
listen 80;
server_name _;
root /usr/share/nginx/html;
@@ -23,5 +24,5 @@ http {
location / {
try_files $uri $uri/ /index.html;
}
} }
}