mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-23 16:29:42 -04:00
fix
This commit is contained in:
parent
cf4cf866c9
commit
cf9b8b1951
1 changed files with 0 additions and 1 deletions
|
|
@ -29,7 +29,6 @@ in
|
||||||
services.nginx.virtualHosts."photos.${domain}" = mkIf nginx.enable {
|
services.nginx.virtualHosts."photos.${domain}" = mkIf nginx.enable {
|
||||||
useACMEHost = domain;
|
useACMEHost = domain;
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
clientMaxBodySize = "50G";
|
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
proxyPass = "http://127.0.0.1:${toString port}";
|
proxyPass = "http://127.0.0.1:${toString port}";
|
||||||
proxyWebsockets = true;
|
proxyWebsockets = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue