This commit is contained in:
Ellie 2026-05-09 13:04:52 -07:00
parent 5b1dd88d36
commit c30aa2526e
4 changed files with 67 additions and 22 deletions

View file

@ -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;