aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/roles/nginx (follow)
Commit message (Collapse)AuthorAgeLines
* Remove homedir serving from default serverGravatar Joe Banks2024-09-21-5/+0
|
* Change all templates to use {{ ansible_managed }}Gravatar Joe Banks2024-09-03-1/+1
|
* Treat NGINX responses as UTF-8Gravatar Joe Banks2024-09-02-0/+19
| | | | | | | | | Some sites that had non-ASCII characters rendered weirdly because our NGINX configuration was not returning a default charset and so rendering was being left up to browser/standards defaults. This change adds a new config file to /etc/nginx/conf.d/ which forces responses to be interpreted as/transformed to UTF-8.
* Allow user public directories to be returned at /~username/ pathsGravatar Joe Banks2024-08-16-0/+5
|
* remove discord cdn linkGravatar shtlrs2024-08-03-2/+1
|
* Move default server config to a templateGravatar Joe Banks2024-06-02-2/+2
|
* Deploy host-specific configs in NGINXGravatar Joe Banks2024-06-02-8/+20
|
* Move files config to new NGINX turing host variablesGravatar Joe Banks2024-06-02-10/+0
|
* Add 404 fallback for files serverGravatar Joe Banks2024-05-27-1/+1
| | | | | | | | | Previously the files server would return a HTTP 500 if a matching file was not found, since internally NGINX would fall into a redirect loop trying to locate the relevant file. This adds a final 404 fallback handler so if there is not a direct match we return an error instead of returning a HTTP 500.
* Add new alias for file serverGravatar Joe Banks2024-05-27-1/+1
|
* Move all ansible files to their own folderGravatar Chris Lovering2023-08-13-0/+97