mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-29 10:10:19 +00:00
- Add settings in Service View - Fixes for maximum file setting - Don't allow negative values for max. file size in UI - Minor text changes to django messages - Minor correction to maximum file size calculation - Rename apache conf file to coquelicot-freedombox.conf - Remove all hacks to adjust file size. - Fix permissions issues for settings file - Show status block in UI - try-restart on settings change instead of restart Signed-off-by: Joseph Nuthalapati <njoseph@thoughtworks.com> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
6 lines
156 B
Plaintext
6 lines
156 B
Plaintext
<Location /coquelicot>
|
|
ProxyPass http://127.0.0.1:51161/coquelicot
|
|
SetEnv proxy-sendchunks 1
|
|
RequestHeader set X-Forwarded-SSL "on"
|
|
</Location>
|