Updated Frequently Asked Questions (FAQ) (markdown)

an3k
2016-02-01 20:16:16 +01:00
parent 04f2db8b1f
commit 80c88eb442

@@ -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
#### <a name="cat1-q1">Q:</a> 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.
#### <a name="cat1-q2">Q:</a> This is question 2?
**A:** This is an answer.
---
### Category 2
#### <a name="cat2-q1">Q:</a> This is question 1?
**A:** This is an answer.
#### <a name="cat2-q2">Q:</a> This is question 2?
**A:** This is an answer.
---
### Category 3
#### <a name="cat3-q1">Q:</a> This is question 1?
**A:** This is an answer.
#### <a name="cat3-q2">Q:</a> This is question 2?
**A:** This is an answer.