Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Switch to direct app server, not FastCGI. | Matthew Somerville | 2018-09-26 | -4/+5 |
| | ||||
* | Update fixmystreet.org link to https. | Matthew Somerville | 2018-05-02 | -1/+1 |
| | ||||
* | update mapit url to https in example webserver configs | Struan Donald | 2017-07-27 | -1/+1 |
| | | | | | | Now that MapIt is https only the proxy pass URLs need to be https otherwise we proxy back the 301 redirect and various bits of the JavaScript fail the pre-flight CORS check. | |||
* | Use normal user authentication to control access to /admin | Matthew Somerville | 2016-07-19 | -6/+0 |
| | | | | | | | | | - Adds is_superuser flag to User - Logged-in user must be a superuser or have from_body set in order to access anything within /admin - has_permission_to on a superuser will always return true - Only superusers can create/grant superusers - New `createsuperuser` command for creating superusers | |||
* | Add example nginx client_max_body_size. | Matthew Somerville | 2015-01-20 | -0/+2 |
| | | | | This will be used by the installation script. Fixes #995. | |||
* | Update code.fixmystreet.com references to fixmystreet.org. | Matthew Somerville | 2014-03-19 | -1/+1 |
| | ||||
* | Password-protect the admin interface and make an empty password file | Mark Longair | 2012-10-03 | -0/+6 |
| | ||||
* | Some tidying of nginx.conf.example | Mark Longair | 2012-10-03 | -1/+6 |
| | ||||
* | Update conf files with pointer to code site. | Matthew Somerville | 2012-10-03 | -4/+2 |
| | ||||
* | Modify compression and expiry times for CSS and Javascript | Mark Longair | 2012-10-02 | -1/+18 |
| | | | | | | This also sets Cache-Control: no-transform for Javascript in order to prevent mangling by proxies. Thanks to Matthew Somerville for suggesting these changes. | |||
* | Switch install script to use nginx | Mark Longair | 2012-09-27 | -0/+49 |
This commit also reorganizes the files in conf/ |