From 80c88eb442f9526015d918e48ddd987509ff1495 Mon Sep 17 00:00:00 2001 From: an3k Date: Mon, 1 Feb 2016 20:16:16 +0100 Subject: [PATCH] Updated Frequently Asked Questions (FAQ) (markdown) --- Frequently-Asked-Questions-(FAQ).md | 42 +++++++++++++++++++++++++++-- 1 file changed, 40 insertions(+), 2 deletions(-) diff --git a/Frequently-Asked-Questions-(FAQ).md b/Frequently-Asked-Questions-(FAQ).md index 32721f6..b5f824e 100644 --- a/Frequently-Asked-Questions-(FAQ).md +++ b/Frequently-Asked-Questions-(FAQ).md @@ -1,6 +1,21 @@ -## Why does PlexPy not work with my reverse proxy setup? +## General FAQs +* [Why does PlexPy not work with my reverse proxy setup?](#cat1-q1) +* [This is question 2?](#cat1-q2) -PlexPy uses CherryPy as it's webserver, and CherryPy includes support for reverse proxies. However, you may need to locate your plexpy `config.ini` file and toggle the value `http_proxy` to `1`. You should also ensure that your proxy webserver (e.g. nginx or apache) is sending the standard `X-` headers to CherryPy. For nginx, the configuration would look like this: +## Windows specific FAQs +* [This is question 1?](#cat2-q1) +* [This is question 2?](#cat2-q2) + +## Linux specific FAQs +* [This is question 1?](#cat3-q1) +* [This is question 2?](#cat3-q2) + +--- + +### Category 1 + +#### Q: Why does PlexPy not work with my reverse proxy setup? +**A:** PlexPy uses CherryPy as it's webserver, and CherryPy includes support for reverse proxies. However, you may need to locate your plexpy `config.ini` file and toggle the value `http_proxy` to `1`. You should also ensure that your proxy webserver (e.g. nginx or apache) is sending the standard `X-` headers to CherryPy. For nginx, the configuration would look like this: ``` # Standard proxying headers @@ -20,5 +35,28 @@ proxy_set_header X-Forwarded-Ssl on; Don't forget to clear your web browser's cache *every* time you update your webserver configuration. +#### Q: This is question 2? +**A:** This is an answer. + +--- + +### Category 2 + +#### Q: This is question 1? +**A:** This is an answer. + +#### Q: This is question 2? +**A:** This is an answer. + +--- + +### Category 3 + +#### Q: This is question 1? +**A:** This is an answer. + +#### Q: This is question 2? +**A:** This is an answer. +