aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8ed4cea..bdd47ad 100644
--- a/README.md
+++ b/README.md
@@ -79,6 +79,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;