1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00

Test adding allow all

for the hidden file issue
This commit is contained in:
Jerry Vonau 2021-12-18 14:32:00 -06:00 committed by GitHub
parent adcb195cba
commit e4aea7b790
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,4 +8,5 @@ location {{ kiwix_url }} {
proxy_read_timeout {{ kiwix_nginx_timeout }};
send_timeout {{ kiwix_nginx_timeout }};
proxy_pass http://127.0.0.1:3000;
allow all;
}