File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
admin_manual/installation Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ NGINX configuration
1717- Adjust the :code: `ssl_certificate ` and :code: `ssl_certificate_key ` directives to the real paths for your signed
1818 certificate and private key. Make sure your SSL certificates are readable by the nginx server process (see `nginx HTTPS SSL
1919 Module documentation <https://wiki.nginx.org/HttpSslModule> `_).
20+ - If using Let's Encrypt as TLS certificate and nginx as webserver, set `ssl_stapling ` and `ssl_stapling_verify ` to `off `
21+ in main nginx config (see [Let's Encrypt blog post](https://letsencrypt.org/2024/12/05/ending-ocsp)).
2022- Be careful about line breaks if you copy the examples, as long lines may be
2123 broken for page display and result in an invalid configuration files.
2224- Some environments might need a ``cgi.fix_pathinfo `` set to ``1 `` in their
You can’t perform that action at this time.
0 commit comments