aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/roles/nginx/files (follow)
Commit message (Collapse)AuthorAgeLines
* Move default server config to a templateGravatar Joe Banks2024-06-02-32/+0
|
* 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/+42