Updated Setup (markdown)
parent
e09fd28d31
commit
e0cab04714
10
Setup.md
10
Setup.md
@ -49,6 +49,11 @@ As most of these apps doesn't have support for custom CSS, exception being [Omb
|
|||||||
# Nginx
|
# Nginx
|
||||||
Add this to your reverse proxy:
|
Add this to your reverse proxy:
|
||||||
|
|
||||||
|
## ⚠️ Note
|
||||||
|
~~~
|
||||||
|
Make sure to add the config before any rewrites and not inside any /api location blocks!
|
||||||
|
~~~
|
||||||
|
***
|
||||||
```nginx
|
```nginx
|
||||||
proxy_set_header Accept-Encoding "";
|
proxy_set_header Accept-Encoding "";
|
||||||
sub_filter
|
sub_filter
|
||||||
@ -110,7 +115,10 @@ Available themes are:
|
|||||||
|
|
||||||
#### theme-park.conf
|
#### theme-park.conf
|
||||||
Next create a new file called `theme-park.conf` and add the following code: (Note: It's not really necessary to create the conf file but I think it looks cleaner in the location blocks)
|
Next create a new file called `theme-park.conf` and add the following code: (Note: It's not really necessary to create the conf file but I think it looks cleaner in the location blocks)
|
||||||
|
## ⚠️ Note
|
||||||
|
~~~
|
||||||
|
Make sure to add the config before any rewrites and not inside any /api location blocks!
|
||||||
|
~~~
|
||||||
```nginx
|
```nginx
|
||||||
proxy_set_header Accept-Encoding "";
|
proxy_set_header Accept-Encoding "";
|
||||||
sub_filter
|
sub_filter
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user