rottenraptor-server: add radio vhost
This commit is contained in:
parent
b73a77f956
commit
f5617317e2
2 changed files with 17 additions and 0 deletions
13
data/nginx/files/extras/rottenraptor-server/radio
Normal file
13
data/nginx/files/extras/rottenraptor-server/radio
Normal file
|
@ -0,0 +1,13 @@
|
|||
location / {
|
||||
proxy_pass http://172.30.17.52:8000/;
|
||||
proxy_http_version 1.0;
|
||||
proxy_buffering off;
|
||||
proxy_read_timeout 7d;
|
||||
|
||||
auth_basic "Rotten City Eventradio";
|
||||
auth_basic_user_file /etc/nginx/radio-htpasswd;
|
||||
|
||||
location /admin/ {
|
||||
deny all;
|
||||
}
|
||||
}
|
|
@ -53,6 +53,10 @@ domain = "sso.rotten.city"
|
|||
[metadata.nginx.vhosts.immich]
|
||||
domain = "immich.rotten.city"
|
||||
|
||||
[metadata.nginx.vhosts.radio]
|
||||
domain = "eventradio.rotten.city"
|
||||
extras = true
|
||||
|
||||
[metadata.php]
|
||||
packages = [
|
||||
"xml",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue