Switch web server configuration from Nginx to Angie #4

Merged
MohandL3G merged 2 commits from features/bugfixes into main 2026-03-30 12:16:30 +02:00
Owner

The steps that I took to fix this:

docker-compose.yml:
Swap the image from nginx to docker.angie.software/angie and update the config mount path from /etc/nginx/ to /etc/angie/.

angie.conf:
chaned the include /etc/nginx/mime.types; to include /etc/angie/mime.types;.

This closes #3

### The steps that I took to fix this: **docker-compose.yml:** Swap the image from `nginx` to `docker.angie.software/angie` and update the config mount path from `/etc/nginx/` to `/etc/angie/`. **angie.conf:** chaned the `include /etc/nginx/mime.types;` to `include /etc/angie/mime.types;`. This closes #3
MohandL3G added 2 commits 2026-03-30 12:16:10 +02:00
MohandL3G merged commit 218e637f74 into main 2026-03-30 12:16:30 +02:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MohandL3G/My-Fun-Website#4