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 {} events {}
http { http {
server {
listen 80; listen 80;
server_name _; server_name _;
root /usr/share/nginx/html; root /usr/share/nginx/html;
@@ -23,5 +24,5 @@ http {
location / { location / {
try_files $uri $uri/ /index.html; try_files $uri $uri/ /index.html;
} } }
} }