@ -29,6 +29,10 @@ http {
internal;
}
location /tt-rss/backups {
location ~ \.php$ {
# regex to split $uri to $fastcgi_script_name and $fastcgi_path
fastcgi_split_path_info ^(.+?\.php)(/.*)$;
@ -5,4 +5,5 @@ root /var/www/html
log stdout
errors stderr
internal /tt-rss/cache
fastcgi / app:9000 php
internal /tt-rss/backups
@ -3,4 +3,5 @@ root /var/www/html