From 6dc2ca2219101a2f6d67b9b1ac00a97c303b2275 Mon Sep 17 00:00:00 2001 From: Peter Stadler Date: Sun, 2 Feb 2020 19:13:30 +0100 Subject: ariang: rename nginx configuration file This makes the ariang-nginx ready for Nginx using the conf.d directory. Signed-off-by: Peter Stadler --- net/ariang/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/ariang/Makefile') diff --git a/net/ariang/Makefile b/net/ariang/Makefile index 1a7550466..48ff438cc 100644 --- a/net/ariang/Makefile +++ b/net/ariang/Makefile @@ -61,8 +61,8 @@ endef define Package/ariang-nginx/install $(Package/ariang/install) - $(INSTALL_DIR) $(1)/etc/nginx - $(INSTALL_BIN) ./files/ariang.conf $(1)/etc/nginx/ariang.conf + $(INSTALL_DIR) $(1)/etc/nginx/conf.d/ + $(INSTALL_BIN) ./files/ariang.locations $(1)/etc/nginx/conf.d/ $(INSTALL_DIR) $(1)/etc/uci-defaults $(INSTALL_BIN) ./files/80_ariang-nginx-support $(1)/etc/uci-defaults/80_ariang-nginx-support endef -- cgit v1.2.3