File tree Expand file tree Collapse file tree
admin_manual/installation Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ NGINX configuration
2020- Adjust the :code: `ssl_certificate ` and :code: `ssl_certificate_key ` directives to the real paths for your signed
2121 certificate and private key. Make sure your SSL certificates are readable by the nginx server process (see `nginx HTTPS SSL
2222 Module documentation <https://wiki.nginx.org/HttpSslModule> `_).
23+ - If using Let's Encrypt as TLS certificate and nginx as webserver, set `ssl_stapling ` and `ssl_stapling_verify ` to `off `
24+ in main nginx config (see [Let's Encrypt blog post](https://letsencrypt.org/2024/12/05/ending-ocsp)).
2325- Be careful about line breaks if you copy the examples, as long lines may be
2426 broken for page display and result in an invalid configuration files.
2527- 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