mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-05-18 10:26:06 -07:00
update client body size for MM
This commit is contained in:
parent
1967b926a0
commit
84920d6944
@ -51,6 +51,7 @@
|
|||||||
recommendedOptimisation = true;
|
recommendedOptimisation = true;
|
||||||
recommendedProxySettings = true;
|
recommendedProxySettings = true;
|
||||||
recommendedTlsSettings = true;
|
recommendedTlsSettings = true;
|
||||||
|
clientMaxBodySize = "200M";
|
||||||
additionalModules = [ pkgs.nginxModules.pam ];
|
additionalModules = [ pkgs.nginxModules.pam ];
|
||||||
virtualHosts = let
|
virtualHosts = let
|
||||||
SSL = {
|
SSL = {
|
||||||
@ -82,6 +83,7 @@
|
|||||||
locations."/" = {
|
locations."/" = {
|
||||||
proxyPass = "http://localhost:8443/";
|
proxyPass = "http://localhost:8443/";
|
||||||
proxyWebsockets = true;
|
proxyWebsockets = true;
|
||||||
|
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
"plot.tstarr.us" = (SSL // {
|
"plot.tstarr.us" = (SSL // {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user