Lucas Cherkewski
Results
2
issues of
Lucas Cherkewski
Code is currently very procedural and hurts my eyes to look at. Need to modularize it a bit more and prettify the code better (cleaning up the code is a...
enhancement
The default `try_files` list ends with [`/index.html /index.htm`](https://github.com/debops/ansible-nginx/blob/master/defaults/main.yml#L910-L911). With these set, requests that should `404` instead show the site’s `index.html` if there’s one set. This seems undesirable to me; perhaps...