mastus: ttrss: secure cache directories
This commit is contained in:
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;
|
||||
|
Loading…
Reference in New Issue
Block a user