enable ssi in nginx extraConfig for easterhegg pages

This commit is contained in:
christian 2024-02-20 22:27:55 +01:00
parent 797b9a8a37
commit 88cd25b0e6
Signed by: c6ristian
SSH key fingerprint: SHA256:B3m+yzpaxGXSEcDBpPHfvza/DNC0wuX+CKMeGq8wgak
5 changed files with 10 additions and 0 deletions

View file

@ -50,6 +50,8 @@ in
# Then tell the realip_module to get the addreses from the proxy protocol
# header.
real_ip_header proxy_protocol;
# Enable SSI
ssi on;
'';
};
};

View file

@ -50,6 +50,8 @@ in
# Then tell the realip_module to get the addreses from the proxy protocol
# header.
real_ip_header proxy_protocol;
# Enable SSI
ssi on;
'';
};
};

View file

@ -50,6 +50,8 @@ in
# Then tell the realip_module to get the addreses from the proxy protocol
# header.
real_ip_header proxy_protocol;
# Enable SSI
ssi on;
'';
};
};

View file

@ -50,6 +50,8 @@ in
# Then tell the realip_module to get the addreses from the proxy protocol
# header.
real_ip_header proxy_protocol;
# Enable SSI
ssi on;
'';
};
};

View file

@ -50,6 +50,8 @@ in
# Then tell the realip_module to get the addreses from the proxy protocol
# header.
real_ip_header proxy_protocol;
# Enable SSI
ssi on;
'';
};
};