Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LQDN Adminsys
piops-roles
install_nextcloud
Commits
798606cb
Unverified
Commit
798606cb
authored
Mar 19, 2020
by
Marc Crebassa
Committed by
GitHub
Mar 19, 2020
Browse files
Merge pull request #88 from privateseabass/patch-3
"php_version" to "php_ver" in README
parents
5263930f
7775c9ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
798606cb
...
...
@@ -341,20 +341,20 @@ Defines various method for retrieving a TLS certificate.
install and use a custom version for PHP instead of the default one:
```
YAML
php_ver
sion
: '7.1'
php_ver: '7.1'
php_custom: yes
php_ver: "{{ php_ver
sion
}}"
php_dir: "/etc/php/{{ php_ver
sion
}}"
php_bin: "php-fpm{{ php_ver
sion
}}"
php_ver: "{{ php_ver }}"
php_dir: "/etc/php/{{ php_ver }}"
php_bin: "php-fpm{{ php_ver }}"
php_pkg_apcu: "php-apcu"
php_pkg_spe:
- "php{{ php_ver
sion
}}-imap"
- "php{{ php_ver
sion
}}-imagick"
- "php{{ php_ver
sion
}}-xml"
- "php{{ php_ver
sion
}}-zip"
- "php{{ php_ver
sion
}}-mbstring"
- "php{{ php_ver }}-imap"
- "php{{ php_ver }}-imagick"
- "php{{ php_ver }}-xml"
- "php{{ php_ver }}-zip"
- "php{{ php_ver }}-mbstring"
- "php-redis"
php_socket: "/run/php/{{ php_ver
sion
}}-fpm.sock"
php_socket: "/run/php/{{ php_ver }}-fpm.sock"
```
```
YAML
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment