mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-25 11:16:31 -05:00
Add Cloudflare warning to the docs
The cloudflare minify feature for HTML, CSS and JS breaks HedgeDoc. Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
3762c6a00d
commit
ff12e3b23e
1 changed files with 5 additions and 1 deletions
|
@ -5,6 +5,11 @@ configs that you'll have to do.
|
||||||
|
|
||||||
This documentation will cover HTTPS setup, with comments for HTTP setup.
|
This documentation will cover HTTPS setup, with comments for HTTP setup.
|
||||||
|
|
||||||
|
## Cloudflare
|
||||||
|
!!! warning "Requirements on your server"
|
||||||
|
If you use Cloudflare as reverse proxy then you **MUST** disable the minify features for HTML, CSS and JS, or your HedgeDoc instance may be broken.
|
||||||
|
For more information please read the [Cloudflare documentation](https://support.cloudflare.com/hc/en-us/articles/200168196-How-do-I-minify-HTML-CSS-and-JavaScript-to-optimize-my-site-).
|
||||||
|
|
||||||
## HedgeDoc config
|
## HedgeDoc config
|
||||||
|
|
||||||
[Full explanation of the configuration options](../configuration.md)
|
[Full explanation of the configuration options](../configuration.md)
|
||||||
|
@ -92,4 +97,3 @@ Here is an example config snippet:
|
||||||
Include /etc/letsencrypt/options-ssl-apache.conf
|
Include /etc/letsencrypt/options-ssl-apache.conf
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue