mastus: ttrss: secure cache directories

This commit is contained in:
Gabriel Ebner 2016-06-19 10:03:20 +02:00
parent c1efcbeacf
commit f9ff346c08

@ -104,6 +104,13 @@
index index.php;
}
location /cache {
deny all;
}
location = /config.php {
deny all;
}
location ~ \.php$ {
fastcgi_split_path_info ^(.+\.php)(/.+)$;
fastcgi_pass 192.168.100.11:9000;