Fix URL normalisation
parent
6f7db2c336
commit
bb3b7efd3e
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue