summaryrefslogtreecommitdiffstats
path: root/templates/nginx.j2
diff options
context:
space:
mode:
authorRomain Porte <microjoe@microjoe.org>2019-12-01 21:23:05 +0100
committerRomain Porte <microjoe@microjoe.org>2020-05-08 20:31:46 +0200
commit12667986a94aff8476ac50409a53e444af774533 (patch)
treea0f23cfa8b45b58fd3b9406157e3670dc2fc9e1d /templates/nginx.j2
parentadc7d70e6e55c156a397edfef37287b76cd583e1 (diff)
downloadMicroJoe.ttrss-12667986a94aff8476ac50409a53e444af774533.tar.gz
MicroJoe.ttrss-12667986a94aff8476ac50409a53e444af774533.zip
debian buster update
Diffstat (limited to 'templates/nginx.j2')
-rw-r--r--templates/nginx.j22
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;
}