Create web.bak

This commit is contained in:
Alexandre
2025-07-21 09:12:33 +02:00
committed by GitHub
parent 178c83f50c
commit c1f0b8bcb5

View File

@@ -0,0 +1,20 @@
server {
listen 3000; root /www/photos;
location / { try_files \$uri \$uri.html /index.html; }
}
server {
listen 3001; root /www/accounts;
location / { try_files \$uri \$uri.html /index.html; }
}
server {
listen 3002; root /www/photos;
location / { try_files \$uri \$uri.html /index.html; }
}
server {
listen 3003; root /www/auth;
location / { try_files \$uri \$uri.html /index.html; }
}
server {
listen 3004; root /www/cast;
location / { try_files \$uri \$uri.html /index.html; }
}