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;
|
||||
recommendedProxySettings = true;
|
||||
recommendedTlsSettings = true;
|
||||
clientMaxBodySize = "200M";
|
||||
additionalModules = [ pkgs.nginxModules.pam ];
|
||||
virtualHosts = let
|
||||
SSL = {
|
||||
@ -82,6 +83,7 @@
|
||||
locations."/" = {
|
||||
proxyPass = "http://localhost:8443/";
|
||||
proxyWebsockets = true;
|
||||
|
||||
};
|
||||
});
|
||||
"plot.tstarr.us" = (SSL // {
|
||||
|
Loading…
x
Reference in New Issue
Block a user