mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 19:17:45 +00:00
Fix nginx config
This commit is contained in:
parent
17f3c952e7
commit
66c843494e
1 changed files with 2 additions and 2 deletions
|
@ -93,8 +93,8 @@ in serverSystemConfiguration {
|
|||
forceSSL = true;
|
||||
useACMEHost = domain;
|
||||
|
||||
locations."/".proxyPass = "http://[::]${toString config.services.site.port}/404";
|
||||
locations."/assets".proxyPass = "http://[::]${toString config.services.site.port}/assets";
|
||||
locations."/".proxyPass = "http://[::]:${toString config.services.site.port}/404";
|
||||
locations."/assets".proxyPass = "http://[::]:${toString config.services.site.port}/assets";
|
||||
|
||||
locations."= /.well-known/matrix/client".extraConfig = wellKnownResponse clientConfig;
|
||||
locations."= /.well-known/matrix/server".extraConfig = wellKnownResponse serverConfig;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue