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;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue