updated nginx state

This commit is contained in:
Paul 2021-03-20 10:40:40 +01:00
parent 6904e6bcf1
commit 5fe373f150

View File

@ -31,13 +31,13 @@ server {
}
location = /robots.txt {
allow all;
log_not_found off;
access_log off;
allow all;
log_not_found off;
access_log off;
}
location ~ ^/(data|config|\.ht|db_structure\.xml|README) {
deny all;
deny all;
}
location ~ ^(.+?\.php)(/.*)?$ {