Switch web server configuration from Nginx to Angie #4

Merged
MohandL3G merged 0 commits from refs/pull/4/head into main 2026-03-30 12:16:30 +02:00
MohandL3G commented 2026-03-30 12:16:09 +02:00 (Migrated from gitea.mohandl3g.ly)

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
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
MohandL3G/My-Fun-Website!4
No description provided.