Revert "fix(web02): Don't be too fast"

This reverts commit a6c3b42ad9.
This commit is contained in:
Tom Hubrecht 2024-07-12 19:13:04 +02:00
parent 8e901ab790
commit ce64be6e79
Signed by: thubrecht
SSH key fingerprint: SHA256:r+nK/SIcWlJ0zFZJGHtlAoRwq1Rm+WcKAm5ADYMoQPc

View file

@ -137,11 +137,11 @@ in
];
};
nginx.virtualHosts."cas-eleves.dgnum.eu" = {
nginx.virtualHosts."cas.eleves.ens.fr" = {
enableACME = true;
forceSSL = true;
# serverAliases = [ "cas.eleves.ens.fr" ];
serverAliases = [ "cas-eleves.dgnum.eu" ];
locations = {
"/".proxyPass = "http://127.0.0.1:${builtins.toString port}";