diff options
author | Romain Porte <microjoe@microjoe.org> | 2019-12-01 21:23:05 +0100 |
---|---|---|
committer | Romain Porte <microjoe@microjoe.org> | 2020-05-08 20:31:46 +0200 |
commit | 12667986a94aff8476ac50409a53e444af774533 (patch) | |
tree | a0f23cfa8b45b58fd3b9406157e3670dc2fc9e1d /templates/nginx.j2 | |
parent | adc7d70e6e55c156a397edfef37287b76cd583e1 (diff) | |
download | MicroJoe.ttrss-12667986a94aff8476ac50409a53e444af774533.tar.gz MicroJoe.ttrss-12667986a94aff8476ac50409a53e444af774533.zip |
debian buster update
Diffstat (limited to 'templates/nginx.j2')
-rw-r--r-- | templates/nginx.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/nginx.j2 b/templates/nginx.j2 index b6aafa7..015e475 100644 --- a/templates/nginx.j2 +++ b/templates/nginx.j2 @@ -60,7 +60,7 @@ server { fastcgi_split_path_info ^(.+\.php)(/.+)$; # filter and proxy PHP requests to PHP-FPM - fastcgi_pass unix:/var/run/php/php7.0-fpm-ttrss.sock; + fastcgi_pass unix:/var/run/php/php7.3-fpm-ttrss.sock; fastcgi_index index.php; include fastcgi.conf; } |