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
a8ba3dccab
rice
/
docker-host
/
setup
/
files
/
music.lablad
7 lines
91 B
Plaintext
Raw
Normal View
History
Unescape
Escape
+ Nginx configs for file and music services
2022-04-04 05:20:51 +00:00
server {
server_name music.lablad;
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