diff options
author | Romain Porte <microjoe@microjoe.org> | 2021-08-19 22:34:19 +0200 |
---|---|---|
committer | Romain Porte <microjoe@microjoe.org> | 2021-08-19 22:34:19 +0200 |
commit | 44c7fae9aec58f523bfb989555711726dcd807e1 (patch) | |
tree | 8adca2518d6ef8e71f95118ce296c5eb9f51d4e7 /templates/nginx.j2 | |
parent | 2881b6809efeafa9c1e4283ad3abeb26e7f2e1a6 (diff) | |
download | MicroJoe.ttrss-44c7fae9aec58f523bfb989555711726dcd807e1.tar.gz MicroJoe.ttrss-44c7fae9aec58f523bfb989555711726dcd807e1.zip |
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 0fcca3e..e7e3515 100644 --- a/templates/nginx.j2 +++ b/templates/nginx.j2 @@ -58,7 +58,7 @@ server { fastcgi_split_path_info ^(.+\.php)(/.+)$; # filter and proxy PHP requests to PHP-FPM - fastcgi_pass unix:/var/run/php/php7.3-fpm-ttrss.sock; + fastcgi_pass unix:/var/run/php/php7.4-fpm-ttrss.sock; fastcgi_index index.php; include fastcgi.conf; } |