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:
parent
adcb195cba
commit
e4aea7b790
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue