diff options
author | Miquel Lionel <lionel@les-miquelots.net> | 2021-06-06 15:45:51 +0100 |
---|---|---|
committer | Miquel Lionel <lionelmiquel@sfr.fr> | 2021-06-06 15:45:51 +0100 |
commit | a27cceee8f85af818d2602b72a1d4da99bece4e1 (patch) | |
tree | 492aa9b209c9149eaf7882a6efa27f600bf7a6ba | |
parent | 67b5f717ad4f5f5d8058dbca192a8520d14e3055 (diff) | |
download | gpigeon-a27cceee8f85af818d2602b72a1d4da99bece4e1.tar.gz gpigeon-a27cceee8f85af818d2602b72a1d4da99bece4e1.zip |
'include hotlinking.conf' not relevant in ngx conf
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -81,7 +81,7 @@ server { ssl_certificate_key /etc/letsencrypt/live/ggon.example.com/privkey.pem; error_log /var/log/gpigeon.log; index index.html index.htm; - include /etc/nginx/hotlinking.conf; + location = /cgi-bin/gpigeon.cgi { ssi off; gzip off; |