Merge pull request 'Switch web server configuration from Nginx to Angie' (#4) from features/bugfixes into main

Reviewed-on: #4
This commit was merged in pull request #4.
This commit is contained in:
2026-03-30 12:16:28 +02:00

View File

@@ -3,7 +3,7 @@ events {
} }
http { http {
include /etc/nginx/mime.types; include /etc/angie/mime.types;
default_type application/octet-stream; default_type application/octet-stream;
# Gzip compression for faster transfers # Gzip compression for faster transfers