From e64c6a27428fc2df0cb5933995aea6130eb3e8ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Vaill=C3=A9?= Date: Mon, 5 Nov 2018 09:48:02 +0100 Subject: [PATCH] Fix(nginx) : missing ; #30 --- rootfs/etc/nginx/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/etc/nginx/nginx.conf b/rootfs/etc/nginx/nginx.conf index 3ae33b4..64cf628 100644 --- a/rootfs/etc/nginx/nginx.conf +++ b/rootfs/etc/nginx/nginx.conf @@ -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; }