aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docker/frontend/etc/nginx/http.d/default.conf (follow)
Commit message (Collapse)AuthorAge
* frontend: fix /mnt/cgitize being inaccessible to nginxEgor Tensin2022-12-03
| | | | | 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.
* frontend: use normal Alpine image instead of nginxEgor Tensin2022-10-16
I've had a problem with the nginx:1-alpine image switching Alpine versions, so I'm fixing the version at least.