mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-30 11:16:06 +02:00
Create web.bak
This commit is contained in:
20
ente/rootfs/etc/nginx/servers/web.bak
Normal file
20
ente/rootfs/etc/nginx/servers/web.bak
Normal 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; }
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user