Tweak nginx for vtt
This commit is contained in:
parent
639252dc80
commit
2bd302fd16
1 changed files with 3 additions and 0 deletions
|
@ -20,7 +20,10 @@
|
|||
services.nginx.virtualHosts."vtt.stranger.systems" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
client_max_body_size = "300M";
|
||||
locations."/" = {
|
||||
recommendedProxySettings = true;
|
||||
proxyWebsockets = true;
|
||||
proxyPass = "http://127.0.0.1:30000";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue