set /tt-rss/backups as internal
This commit is contained in:
parent
3c0599566b
commit
7656917dc6
|
@ -29,6 +29,10 @@ http {
|
||||||
internal;
|
internal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
location /tt-rss/backups {
|
||||||
|
internal;
|
||||||
|
}
|
||||||
|
|
||||||
location ~ \.php$ {
|
location ~ \.php$ {
|
||||||
# regex to split $uri to $fastcgi_script_name and $fastcgi_path
|
# regex to split $uri to $fastcgi_script_name and $fastcgi_path
|
||||||
fastcgi_split_path_info ^(.+?\.php)(/.*)$;
|
fastcgi_split_path_info ^(.+?\.php)(/.*)$;
|
||||||
|
|
|
@ -5,4 +5,5 @@ root /var/www/html
|
||||||
log stdout
|
log stdout
|
||||||
errors stderr
|
errors stderr
|
||||||
internal /tt-rss/cache
|
internal /tt-rss/cache
|
||||||
|
internal /tt-rss/backups
|
||||||
fastcgi / app:9000 php
|
fastcgi / app:9000 php
|
|
@ -3,4 +3,6 @@ root /var/www/html
|
||||||
log stdout
|
log stdout
|
||||||
errors stderr
|
errors stderr
|
||||||
internal /tt-rss/cache
|
internal /tt-rss/cache
|
||||||
|
internal /tt-rss/backups
|
||||||
fastcgi / app:9000 php
|
fastcgi / app:9000 php
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue