aboutsummaryrefslogtreecommitdiff
path: root/nginx-example.conf
diff options
context:
space:
mode:
authorMiquel Lionel <lionel@les-miquelots.net>2021-07-20 20:25:10 +0100
committerMiquel Lionel <lionelmiquel@sfr.fr>2021-07-20 20:26:29 +0100
commita3d9855538e97901b8d70140e985d1ac530fbf29 (patch)
tree1be9968619d44ee0a3ae98bcdd1704626454b064 /nginx-example.conf
parent1208e3e3ffb1cc263d879f996b22e18c8b024d33 (diff)
downloadgpigeon-a3d9855538e97901b8d70140e985d1ac530fbf29.tar.gz
gpigeon-a3d9855538e97901b8d70140e985d1ac530fbf29.zip
fix Makefile and gpg key export during it.
- esthetic improvments too, in particular the links table: Added the correct id on the linkstable, the styles from css weren't applied. - some variables were used but not declared beforehand in the cookie check function in gpigeon-template.cgi. we fix that
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;