Fix root path in nginx config of h5ai: h5ai working

This commit is contained in:
Jean Froment 2017-03-09 19:33:50 +01:00
parent 3f9bd47846
commit 65ab5f42fe
2 changed files with 2 additions and 2 deletions

View File

@ -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/ {

View File

@ -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