User tools

Website tools


HTTP plaintext access

Differences

The differences between two versions are shown here.

Link to this comparison view

Both sides of the previous revisionPrevious revision
Next revision
Previous revision
http_plaintext_access [2023/08/11 10:03] lwsystemshttp_plaintext_access [2023/08/16 13:18] (current) – [Nginx] lwsystems
Zeile 26: Zeile 26:
  
 Zusätzlich muss sichergestellt sein, daß der Header //X_FORWARDED_PROTO// auf "https" gesetzt ist. Zusätzlich muss sichergestellt sein, daß der Header //X_FORWARDED_PROTO// auf "https" gesetzt ist.
 +
 +==== Apache2.4 ====
  
 For an Apache 2.4 reverse proxy, these settings are configured as follows: For an Apache 2.4 reverse proxy, these settings are configured as follows:
-<code>+<file>
 ProxyPreserveHost on ProxyPreserveHost on
 RequestHeader set X-Forwarded-Proto "https" RequestHeader set X-Forwarded-Proto "https"
-</code>+</file> 
 + 
 +==== Nginx ==== 
 + 
 +When using nginx, the following configuration must be added to the proxy block: 
 + 
 +<file> 
 +proxy_set_header Host $host; 
 +proxy_set_header X-Forwarded-Proto $scheme; 
 +</file>
http_plaintext_access.1691748229.txt.gz · Zuletzt geändert: 2023/08/11 10:03 von lwsystems