fix(): nginx config

pull/92/head
Magicalex 2021-05-31 01:14:31 +02:00
parent b0c6217361
commit c486342798
No known key found for this signature in database
GPG Key ID: A89B48B1788C3CB5
1 changed files with 1 additions and 4 deletions

View File

@ -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;
}
}