Block a user
Expose max_upload_size as a configurable option
I believe I have preserved the default (eg, MAX_UPLOAD_SIZE is empty) by using the { or } construction in the templates (they were explicitly set to 50M before). That is an extra protection for…
Expose max_upload_size as a configurable option
Warning banner with default deployment
yeah I ran into this issue a number of times, setting
trusted-proxieswas my best attempt but seems like it doesn't work on the most recent version. Looking at the documentation it seems like…
Warning banner with default deployment
Unrelated to this bug i was looking a the
debug configoutput and it showed:"trusted-proxies": [ "127.0.0.1/32", "::1" ], …
Warning banner with default deployment
I added an advanced-rate-limit-exceptions key to the config and it seems to have resolved it. Dunno if that's a good way to fix it.
Warning banner with default deployment
For some reason under some circumstances wants to allocate infinity ram and crashes / becomes undeployable
For some reason under some circumstances wants to allocate infinity ram and crashes / becomes undeployable
This is fixed by switching to SWS (version 1.0.0+2.38.0)
Switch to Static Web Server from THTTPd