mastus: ttrss: secure cache directories
This commit is contained in:
parent
c1efcbeacf
commit
f9ff346c08
@ -104,6 +104,13 @@
|
|||||||
index index.php;
|
index index.php;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
location /cache {
|
||||||
|
deny all;
|
||||||
|
}
|
||||||
|
location = /config.php {
|
||||||
|
deny all;
|
||||||
|
}
|
||||||
|
|
||||||
location ~ \.php$ {
|
location ~ \.php$ {
|
||||||
fastcgi_split_path_info ^(.+\.php)(/.+)$;
|
fastcgi_split_path_info ^(.+\.php)(/.+)$;
|
||||||
fastcgi_pass 192.168.100.11:9000;
|
fastcgi_pass 192.168.100.11:9000;
|
||||||
|
Loading…
Reference in New Issue
Block a user