aaaaaaaaaaaaaaaaaaaaaaaaa

Main
Johannes Hendrik Gerard van der Weide 2024-03-06 11:35:35 +01:00
parent 584c1fcfb7
commit fe3f8379d7
1 changed files with 2 additions and 1 deletions

View File

@ -13,6 +13,7 @@
url = "https://mastodon.hermitcollective.net";
maxNoteLength = 35124; # Length of the GPL3 + long;
maxCaptionLength = 5000; # We did it HermitCollective!! We solved accesibility!
port = 2004;
ssl = true;
};
};
@ -20,7 +21,7 @@
forceSSL = true;
enableACME = true;
locations."/" = {
proxyPass = "http://localhost:3000";
proxyPass = "http://localhost:2004";
proxyWebsockets = true; # needed if you need to use WebSocket
};
};