production fixes

This commit is contained in:
blaisadmin
2026-04-14 00:04:43 -04:00
parent 27bc463258
commit e0ab66d21a
8 changed files with 157 additions and 9 deletions
+11
View File
@@ -0,0 +1,11 @@
server {
listen 80;
server_name _;
root /usr/share/nginx/html;
index index.html;
location / {
try_files $uri $uri/ /index.html;
}
}