Browse Source

set correct fpm sock

pull/131/head
Pascal 3 years ago
parent
commit
5cf712dd22
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/nginx.cfg

+ 1
- 1
templates/nginx.cfg View File

@@ -12,7 +12,7 @@ server {

location ~ \.php$ {
include snippets/fastcgi-php.conf;
fastcgi_pass unix:/var/run/php/php-fpm.sock;
fastcgi_pass unix:/var/run/php/php7.3-fpm.sock;
}

# Rewrite the old path yyyy/mm/dd/ to /images/


Loading…
Cancel
Save