fix(): nginx config
parent
b0c6217361
commit
c486342798
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue