Fix root path in nginx config of h5ai: h5ai working
This commit is contained in:
parent
3f9bd47846
commit
65ab5f42fe
|
@ -1,6 +1,6 @@
|
||||||
server {
|
server {
|
||||||
listen 12333;
|
listen 12333;
|
||||||
root /var/www;
|
root /torrents;
|
||||||
index /_h5ai/public/index.php;
|
index /_h5ai/public/index.php;
|
||||||
try_files $uri $uri/ =404;
|
try_files $uri $uri/ =404;
|
||||||
location /_h5ai/ {
|
location /_h5ai/ {
|
||||||
|
|
|
@ -10,7 +10,7 @@ Included services are:
|
||||||
- sonarr
|
- sonarr
|
||||||
- jackett (included in the sonarr image)
|
- jackett (included in the sonarr image)
|
||||||
- plex
|
- plex
|
||||||
- h5ai
|
- h5ai (service accessible via `explore.hostname`)
|
||||||
|
|
||||||
The front-end reverse proxy routes based on the lowest level subdomain (e.g.
|
The front-end reverse proxy routes based on the lowest level subdomain (e.g.
|
||||||
`rtorrent.example.com` would route to rtorrent). Since this is how the router
|
`rtorrent.example.com` would route to rtorrent). Since this is how the router
|
||||||
|
|
Loading…
Reference in New Issue