summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8861bf5..51d8a41 100644
--- a/Makefile
+++ b/Makefile
@@ -7,4 +7,4 @@ install: /etc/nginx/chsmun.redir
cp -R $(SRC) $(WEBROOT)
/etc/nginx/chsmun.redir: LINKS
- awk '{gsub(/"/,"",$$2);print "location = /chsmun/"$$1" { return 301 \""g$$2"\"; }"}' LINKS > /etc/nginx/chsmun.redir
+ awk '{gsub(/"/,"",$$2);print "location = /chsmun/"$$1" { return 302 \""g$$2"\"; }"}' LINKS > /etc/nginx/chsmun.redir