summaryrefslogtreecommitdiff
path: root/package/nginx/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbrodkorb@conet.de>2015-07-13 10:36:33 +0200
committerWaldemar Brodkorb <wbrodkorb@conet.de>2015-07-13 10:36:33 +0200
commit3574407229f50681b91f071ffdee62fdb0c589e6 (patch)
tree312ece64f54da3ba1efd0d268c8a4a0d6c815097 /package/nginx/Makefile
parentc4174ebc9bf10540bbb852d993973e4b89a5eeb6 (diff)
add nginx configs working with php
Diffstat (limited to 'package/nginx/Makefile')
-rw-r--r--package/nginx/Makefile2
1 files changed, 1 insertions, 1 deletions
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