From 88cd25b0e6e35e8ca0f974722acf353948b16395 Mon Sep 17 00:00:00 2001 From: c6ristian Date: Tue, 20 Feb 2024 22:27:55 +0100 Subject: [PATCH] enable ssi in nginx extraConfig for easterhegg pages --- .../virtualHosts/historic-easterhegg/eh03.easterhegg.eu.nix | 2 ++ .../virtualHosts/historic-easterhegg/eh05.easterhegg.eu.nix | 2 ++ .../virtualHosts/historic-easterhegg/eh07.easterhegg.eu.nix | 2 ++ .../virtualHosts/historic-easterhegg/eh09.easterhegg.eu.nix | 2 ++ .../virtualHosts/historic-easterhegg/eh11.easterhegg.eu.nix | 2 ++ 5 files changed, 10 insertions(+) diff --git a/config/hosts/public-web-static/virtualHosts/historic-easterhegg/eh03.easterhegg.eu.nix b/config/hosts/public-web-static/virtualHosts/historic-easterhegg/eh03.easterhegg.eu.nix index 242b952..cd6ff54 100644 --- a/config/hosts/public-web-static/virtualHosts/historic-easterhegg/eh03.easterhegg.eu.nix +++ b/config/hosts/public-web-static/virtualHosts/historic-easterhegg/eh03.easterhegg.eu.nix @@ -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; ''; }; }; diff --git a/config/hosts/public-web-static/virtualHosts/historic-easterhegg/eh05.easterhegg.eu.nix b/config/hosts/public-web-static/virtualHosts/historic-easterhegg/eh05.easterhegg.eu.nix index 05f0aa3..de21a27 100644 --- a/config/hosts/public-web-static/virtualHosts/historic-easterhegg/eh05.easterhegg.eu.nix +++ b/config/hosts/public-web-static/virtualHosts/historic-easterhegg/eh05.easterhegg.eu.nix @@ -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; ''; }; }; diff --git a/config/hosts/public-web-static/virtualHosts/historic-easterhegg/eh07.easterhegg.eu.nix b/config/hosts/public-web-static/virtualHosts/historic-easterhegg/eh07.easterhegg.eu.nix index 50d3937..b324c34 100644 --- a/config/hosts/public-web-static/virtualHosts/historic-easterhegg/eh07.easterhegg.eu.nix +++ b/config/hosts/public-web-static/virtualHosts/historic-easterhegg/eh07.easterhegg.eu.nix @@ -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; ''; }; }; diff --git a/config/hosts/public-web-static/virtualHosts/historic-easterhegg/eh09.easterhegg.eu.nix b/config/hosts/public-web-static/virtualHosts/historic-easterhegg/eh09.easterhegg.eu.nix index 191dbef..4eba38c 100644 --- a/config/hosts/public-web-static/virtualHosts/historic-easterhegg/eh09.easterhegg.eu.nix +++ b/config/hosts/public-web-static/virtualHosts/historic-easterhegg/eh09.easterhegg.eu.nix @@ -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; ''; }; }; diff --git a/config/hosts/public-web-static/virtualHosts/historic-easterhegg/eh11.easterhegg.eu.nix b/config/hosts/public-web-static/virtualHosts/historic-easterhegg/eh11.easterhegg.eu.nix index 9982b1c..45cd1bb 100644 --- a/config/hosts/public-web-static/virtualHosts/historic-easterhegg/eh11.easterhegg.eu.nix +++ b/config/hosts/public-web-static/virtualHosts/historic-easterhegg/eh11.easterhegg.eu.nix @@ -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; ''; }; };