Fix URL normalisation
parent
6f7db2c336
commit
bb3b7efd3e
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
]{
|
||||
# Reqeusts SSL and adds the site to nginx
|
||||
services.nginx.virtualHosts."matrix.nederland.gay" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
locations."/" = {
|
||||
proxyPass = "http://192.168.178.243/";
|
||||
proxyPass = "http://192.168.178.243";
|
||||
proxyWebsockets = true; # needed if you need to use WebSocket
|
||||
extraConfig =
|
||||
# required when the target is also TLS server with multiple hosts
|
||||
|
|
Loading…
Reference in New Issue