aboutsummaryrefslogtreecommitdiff
path: root/ansible/plays/templates
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2019-09-19 14:06:13 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2019-09-19 14:06:13 +0200
commitcb61250ffcabdb68e6b97f3e4b775644f52ab761 (patch)
treebbb378adf2292a442b2160dc31d5836f120028be /ansible/plays/templates
parent2551f4cf7bf226c031091b1e55a4f61be243494d (diff)
downloadinfra-cb61250ffcabdb68e6b97f3e4b775644f52ab761.tar.gz
infra-cb61250ffcabdb68e6b97f3e4b775644f52ab761.tar.bz2
infra-cb61250ffcabdb68e6b97f3e4b775644f52ab761.tar.xz
infra-cb61250ffcabdb68e6b97f3e4b775644f52ab761.zip
nextcloud
Diffstat (limited to 'ansible/plays/templates')
-rw-r--r--ansible/plays/templates/nginx/malabaricus/sites-enabled/default2
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