This website requires JavaScript.
Explore
Help
Sign In
shockrah
/
rice
Watch
1
Star
0
Fork
0
You've already forked rice
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
1c4ea4f6a1
rice
/
docker-host
/
setup
/
files
/
music.lablad
7 lines
95 B
Plaintext
Raw
Normal View
History
Unescape
Escape
+ Nginx configs for file and music services
2022-04-04 05:20:51 +00:00
server {
* Proxy changes now use a real tld of .net This is to make browser behave better as they would always try to avoid the domain lookup
2022-05-01 04:57:00 +00:00
server_name music.lablad.net;
+ Nginx configs for file and music services
2022-04-04 05:20:51 +00:00
location / {
+ Subsonic reverse proxy configuration & ansible vars These are the last pieces required to build out subsonic
2022-04-15 06:03:55 +00:00
proxy_pass http://127.0.0.1:4040;
+ Nginx configs for file and music services
2022-04-04 05:20:51 +00:00
}
}
Reference in New Issue
Copy Permalink