From 042f4f12fb5a5a38d67d85a79c813cf63d6fbe3e Mon Sep 17 00:00:00 2001 From: Krateng Date: Sun, 12 May 2019 18:41:00 +0200 Subject: [PATCH] Updated readme --- README.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/README.md b/README.md index 6be28d2..2a90549 100644 --- a/README.md +++ b/README.md @@ -36,16 +36,7 @@ Also neat: You can use your **custom artist or track images**. If you're missing packages, the console output will tell you so. Install them. -2) (Recommended) Put your server behind a reverse proxy for SSL encryption. Configure that proxy to rewrite /api/ requests to the API port. In nginx this would look as follows: - - location / { - proxy_pass http://yoururl:42010; - } - - location /api { - rewrite ^/api(.*)$ $1 break; - proxy_pass http://yoururl:42011; - } +2) (Recommended) Put your server behind a reverse proxy for SSL encryption. ## How to use