aboutsummaryrefslogtreecommitdiff
path: root/nginx-example.conf
diff options
context:
space:
mode:
Diffstat (limited to 'nginx-example.conf')
-rw-r--r--nginx-example.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/nginx-example.conf b/nginx-example.conf
index 9f7d355..c4b1a83 100644
--- a/nginx-example.conf
+++ b/nginx-example.conf
@@ -17,6 +17,10 @@ server {
error_log /var/log/gpigeon.log;
index index.html index.htm;
+ location = / {
+ return 301 /cgi-bin/gpigeon.cgi;
+ }
+
location = /cgi-bin/gpigeon.cgi {
ssi off;
gzip off;