@@ -59,6 +59,7 @@ A sample configuration file for a nginx-based reverse proxy can be found in the
Independently of the actual server you are using, the following options have to be set:
- Upstream source: `http://localhost:5000`
- Note: It seems that these additional proxy settings are not only unnecessary but indeed lead to problems, so disregard them.
<del>- Headers to be set by the proxy server:
-`Host`: Variable pointing to the hostname of the proxy server, e.g. `$host`
-`X-Real-IP`: Variable pointing to the IP address of the client, e.g. `$remote_addr`
...
...
@@ -67,6 +68,5 @@ Independently of the actual server you are using, the following options have to
-`X-Forwarded-Server`: Variable pointing to the hostname of the proxy server, e.g. `$host`
-`X-Forwarded-Port`: Variable pointing to the port of the proxy server, e.g. `$server_port`
-`X-Forwarded-Proto`: `https`</del>
- Note: It seems that these additional proxy settings are not only unnecessary but indeed lead to problems, so disregard them.
You are advised to also check the file `leafwriter.conf` in the directory `leafwriter-configuration-files/nginx-sample-conf` to compare with your configuration.