Merge pull request #31 from mondediefr/fix-nginx-config

Fix(nginx) : missing ; #30
pull/34/head
Loïc Vaillé 2018-11-05 10:11:43 +01:00 committed by GitHub
commit b50541af89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ http {
fastcgi_param REMOTE_ADDR $http_x_real_ip;
}
include /etc/nginx/conf.d/custom-flarum.conf
include /etc/nginx/conf.d/custom-flarum.conf;
}