Switch web server configuration from Nginx to Angie #4
Reference in New Issue
Block a user
Delete Branch "features/bugfixes"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The steps that I took to fix this:
docker-compose.yml:
Swap the image from
nginxtodocker.angie.software/angieand update the config mount path from/etc/nginx/to/etc/angie/.angie.conf:
chaned the
include /etc/nginx/mime.types;toinclude /etc/angie/mime.types;.This closes #3