aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docker/frontend/etc (unfollow)
Commit message (Collapse)Author
2022-12-03frontend: fix /mnt/cgitize being inaccessible to nginxEgor Tensin
I've had problems with doing "FROM nginx" instead of "FROM alpine" in the past, but hopefully fixing a version is enough to prevent them.
2022-10-16frontend: use normal Alpine image instead of nginxEgor Tensin
I've had a problem with the nginx:1-alpine image switching Alpine versions, so I'm fixing the version at least.
2022-04-12frontend: nobody wants .tar.bz2 archivesEgor Tensin
2022-04-09frontend: minimize the imageEgor Tensin
2022-03-29frontend: move cgitrc to /etcEgor Tensin
2022-03-26frontend: add a comment to the configEgor Tensin
2022-03-26frontend: serve from / instead of /git/Egor Tensin
2022-03-26docker: add comments to frontend configurationEgor Tensin
2022-03-26docker: add a frontend nginx imageEgor Tensin
At first, I built a custom image at https://egort.name/. It had a rather long development history, and I just copied the files from there.