aaaaaaaaaaaaaaaaaaaaaaaaa
parent
584c1fcfb7
commit
fe3f8379d7
|
@ -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
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue