mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
set recommended proxy settings
This commit is contained in:
parent
210c29129f
commit
b60067d31e
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue