From 65ab5f42fe1bf851d480cf6f25d0039dde039d6d Mon Sep 17 00:00:00 2001 From: Jean Froment Date: Thu, 9 Mar 2017 19:33:50 +0100 Subject: [PATCH] Fix root path in nginx config of h5ai: h5ai working --- Dockerfiles/h5ai/h5ai.nginx.conf | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfiles/h5ai/h5ai.nginx.conf b/Dockerfiles/h5ai/h5ai.nginx.conf index 89e8cda..a8f9d69 100644 --- a/Dockerfiles/h5ai/h5ai.nginx.conf +++ b/Dockerfiles/h5ai/h5ai.nginx.conf @@ -1,6 +1,6 @@ server { listen 12333; - root /var/www; + root /torrents; index /_h5ai/public/index.php; try_files $uri $uri/ =404; location /_h5ai/ { diff --git a/README.md b/README.md index 3f91226..3ea494a 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Included services are: - sonarr - jackett (included in the sonarr image) - plex -- h5ai +- h5ai (service accessible via `explore.hostname`) 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