Fix example nginx config

This commit is contained in:
Niels AD
2018-12-31 10:49:10 +01:00
committed by GitHub
parent f1c6739146
commit aa1fbfb7ca

View File

@@ -80,7 +80,7 @@ server {
}
location ~ ^(/idx/|/urllist.txt) {
proxy_pass https://autoindex;
proxy_pass http://autoindex;
}
}
```