+ Subsonic reverse proxy configuration & ansible vars

These are the last pieces required to build out subsonic
This commit is contained in:
2022-04-14 23:03:55 -07:00
parent 25009a4271
commit 004feae6a7
3 changed files with 40 additions and 5 deletions

View File

@@ -1,10 +1,6 @@
# this file pertains to the gitea service which is served under the fqdn:
# git.lablad
# the default port is listed under /vars/main.yml as 3000 as gitea_pub_port
server {
server_name music.lablad;
location / {
proxy_pass http://127.0.0.1:6789;
proxy_pass http://127.0.0.1:4040;
}
}