diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2019-09-19 14:06:13 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2019-09-19 14:06:13 +0200 |
commit | cb61250ffcabdb68e6b97f3e4b775644f52ab761 (patch) | |
tree | bbb378adf2292a442b2160dc31d5836f120028be /ansible/plays/templates/nginx/malabaricus/sites-enabled | |
parent | 2551f4cf7bf226c031091b1e55a4f61be243494d (diff) | |
download | infra-cb61250ffcabdb68e6b97f3e4b775644f52ab761.tar.gz infra-cb61250ffcabdb68e6b97f3e4b775644f52ab761.tar.bz2 infra-cb61250ffcabdb68e6b97f3e4b775644f52ab761.tar.xz infra-cb61250ffcabdb68e6b97f3e4b775644f52ab761.zip |
nextcloud
Diffstat (limited to 'ansible/plays/templates/nginx/malabaricus/sites-enabled')
-rw-r--r-- | ansible/plays/templates/nginx/malabaricus/sites-enabled/default | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/plays/templates/nginx/malabaricus/sites-enabled/default b/ansible/plays/templates/nginx/malabaricus/sites-enabled/default index 7bb9d9a..5d1cec2 100644 --- a/ansible/plays/templates/nginx/malabaricus/sites-enabled/default +++ b/ansible/plays/templates/nginx/malabaricus/sites-enabled/default @@ -19,7 +19,7 @@ upstream php-handler { # include snippets/fastcgi-php.conf; # fastcgi_pass unix:/var/run/php/php7.0-fpm.sock; - server unix:/var/run/php/php7.0-fpm.sock; + server unix:/var/run/php/php{{ fpm_version }}-fpm.sock; } # Default server configuration |