1
0
Fork 0
mirror of https://git.tt-rss.org/fox/ttrss-docker-compose synced 2025-06-09 03:49:53 +02:00

set /tt-rss/backups as internal

This commit is contained in:
Andrew Dolgov 2020-09-29 12:26:01 +03:00
parent 3c0599566b
commit 7656917dc6
3 changed files with 9 additions and 2 deletions

View file

@ -29,6 +29,10 @@ http {
internal;
}
location /tt-rss/backups {
internal;
}
location ~ \.php$ {
# regex to split $uri to $fastcgi_script_name and $fastcgi_path
fastcgi_split_path_info ^(.+?\.php)(/.*)$;