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