diff --git a/rootfs/etc/nginx/nginx.conf b/rootfs/etc/nginx/nginx.conf index 654b4c6..2cad605 100644 --- a/rootfs/etc/nginx/nginx.conf +++ b/rootfs/etc/nginx/nginx.conf @@ -8,7 +8,6 @@ events { } http { - include /etc/nginx/mime.types; default_type application/octet-stream; @@ -57,8 +56,6 @@ http { fastcgi_param REMOTE_ADDR $http_x_real_ip; } - if (-f /etc/nginx/flarum/custom-vhost-flarum.conf) { - include /etc/nginx/flarum/custom-vhost-flarum.conf; - } + include /etc/nginx/flarum/custom-vhost-flarum[.]conf; } }