set recommended proxy settings

This commit is contained in:
TheWanderingCrow 2025-08-22 16:28:46 -04:00
parent 210c29129f
commit b60067d31e

View file

@ -40,6 +40,7 @@ in {
forceSSL = true;
useACMEHost = "swgalaxyproject.com";
locations."/" = {
recommendedProxySettings = true;
extraConfig = ''
client_max_body_size 200M;
'';
@ -51,6 +52,7 @@ in {
forceSSL = true;
useACMEHost = "nnsbluegrass.com";
locations."/" = {
recommendedProxySettings = true;
extraConfig = ''
client_max_body_size 200M;
'';