Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Remove homedir serving from default server | 2024-09-21 | -5/+0 | |
| | ||||
* | Change all templates to use {{ ansible_managed }} | 2024-09-03 | -1/+1 | |
| | ||||
* | Treat NGINX responses as UTF-8 | 2024-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/ paths | 2024-08-16 | -0/+5 | |
| | ||||
* | remove discord cdn link | 2024-08-03 | -2/+1 | |
| | ||||
* | Move default server config to a template | 2024-06-02 | -2/+2 | |
| | ||||
* | Deploy host-specific configs in NGINX | 2024-06-02 | -8/+20 | |
| | ||||
* | Move files config to new NGINX turing host variables | 2024-06-02 | -10/+0 | |
| | ||||
* | Add 404 fallback for files server | 2024-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 server | 2024-05-27 | -1/+1 | |
| | ||||
* | Move all ansible files to their own folder | 2023-08-13 | -0/+97 | |