.
This commit is contained in:
parent
5b1dd88d36
commit
c30aa2526e
4 changed files with 67 additions and 22 deletions
|
|
@ -88,28 +88,17 @@
|
|||
};
|
||||
};
|
||||
|
||||
# virtualHosts."akkoma.ellie.town" = {
|
||||
# enableACME = true;
|
||||
# forceSSL = true;
|
||||
# locations."/" = {
|
||||
# proxyPass = "http://10.10.0.2:4000";
|
||||
# proxyWebsockets = true;
|
||||
# extraConfig = ''
|
||||
# client_max_body_size 16m;
|
||||
# '';
|
||||
# };
|
||||
# };
|
||||
|
||||
# virtualHosts."media.ellie.town" = {
|
||||
# enableACME = true;
|
||||
# forceSSL = true;
|
||||
# locations."/" = {
|
||||
# proxyPass = "http://10.10.0.2:4000";
|
||||
# extraConfig = ''
|
||||
# client_max_body_size 16m;
|
||||
# '';
|
||||
# };
|
||||
# };
|
||||
virtualHosts."fedi.ellie.town" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
locations."/" = {
|
||||
proxyPass = "http://10.10.0.2:8080";
|
||||
proxyWebsockets = true;
|
||||
extraConfig = ''
|
||||
client_max_body_size 40m;
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
virtualHosts."forgejo.ellie.town" = {
|
||||
enableACME = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue