aboutsummaryrefslogtreecommitdiffstats
path: root/conf/nginx.conf.example
Commit message (Collapse)AuthorAgeLines
* Switch to direct app server, not FastCGI.Matthew Somerville2018-09-26-4/+5
|
* Update fixmystreet.org link to https.Matthew Somerville2018-05-02-1/+1
|
* update mapit url to https in example webserver configsStruan Donald2017-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 /adminMatthew Somerville2016-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 Somerville2015-01-20-0/+2
| | | | This will be used by the installation script. Fixes #995.
* Update code.fixmystreet.com references to fixmystreet.org.Matthew Somerville2014-03-19-1/+1
|
* Password-protect the admin interface and make an empty password fileMark Longair2012-10-03-0/+6
|
* Some tidying of nginx.conf.exampleMark Longair2012-10-03-1/+6
|
* Update conf files with pointer to code site.Matthew Somerville2012-10-03-4/+2
|
* Modify compression and expiry times for CSS and JavascriptMark Longair2012-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 nginxMark Longair2012-09-27-0/+49
This commit also reorganizes the files in conf/