From 3574407229f50681b91f071ffdee62fdb0c589e6 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 13 Jul 2015 10:36:33 +0200 Subject: add nginx configs working with php --- package/nginx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/nginx/Makefile') diff --git a/package/nginx/Makefile b/package/nginx/Makefile index e535f1fa9..5e80b98fa 100644 --- a/package/nginx/Makefile +++ b/package/nginx/Makefile @@ -63,7 +63,7 @@ nginx-install: $(INSTALL_BIN) $(WRKINST)/usr/sbin/nginx \ $(IDIR_NGINX)/usr/sbin for f in nginx.conf mime.types fastcgi_params koi-utf koi-win win-utf; do \ - cp $(WRKINST)/etc/nginx/$${f} \ + cp ./files/$${f} \ $(IDIR_NGINX)/etc/nginx ; \ done $(INSTALL_DIR) $(IDIR_NGINX)/srv/www -- cgit v1.2.3