Fix URL normalisation

Main
Jo 2024-10-08 21:03:44 +00:00 committed by hermitcollective.net
parent 6f7db2c336
commit bb3b7efd3e
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
{ ]{
# Reqeusts SSL and adds the site to nginx # Reqeusts SSL and adds the site to nginx
services.nginx.virtualHosts."matrix.nederland.gay" = { services.nginx.virtualHosts."matrix.nederland.gay" = {
forceSSL = true; forceSSL = true;
enableACME = true; enableACME = true;
locations."/" = { locations."/" = {
proxyPass = "http://192.168.178.243/"; proxyPass = "http://192.168.178.243";
proxyWebsockets = true; # needed if you need to use WebSocket proxyWebsockets = true; # needed if you need to use WebSocket
extraConfig = extraConfig =
# required when the target is also TLS server with multiple hosts # required when the target is also TLS server with multiple hosts