From 4770b227d574f716bb1e7d5ec5d0640a4d3950df Mon Sep 17 00:00:00 2001
From: Holden Rohrer
Date: Sun, 30 Aug 2020 02:27:53 -0400
Subject: whoops meant 302
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'Makefile')
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
--
cgit