aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Lionel <lionel@les-miquelots.net>2021-06-06 15:45:51 +0100
committerMiquel Lionel <lionelmiquel@sfr.fr>2021-06-06 15:45:51 +0100
commita27cceee8f85af818d2602b72a1d4da99bece4e1 (patch)
tree492aa9b209c9149eaf7882a6efa27f600bf7a6ba
parent67b5f717ad4f5f5d8058dbca192a8520d14e3055 (diff)
downloadgpigeon-a27cceee8f85af818d2602b72a1d4da99bece4e1.tar.gz
gpigeon-a27cceee8f85af818d2602b72a1d4da99bece4e1.zip
'include hotlinking.conf' not relevant in ngx conf
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d3b019a..99ccef8 100644
--- a/README.md
+++ b/README.md
@@ -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;