diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2021-09-02 01:02:31 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2021-09-02 01:02:31 +0200 |
commit | 2e3a53d879ef17f2e4afcce9e6b7f121ab25c571 (patch) | |
tree | 6f75bcb2af9dcc5c975ffa0d3438023ad8abf8ca /roles/apache/templates/php-fpm.conf.j2 | |
parent | a024ad57e94976f7541bdd352e2d0a364c2aa5fb (diff) | |
download | ansible_collection-2e3a53d879ef17f2e4afcce9e6b7f121ab25c571.tar.gz |
add apache role
Diffstat (limited to 'roles/apache/templates/php-fpm.conf.j2')
-rw-r--r-- | roles/apache/templates/php-fpm.conf.j2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/apache/templates/php-fpm.conf.j2 b/roles/apache/templates/php-fpm.conf.j2 new file mode 100644 index 0000000..2dd653c --- /dev/null +++ b/roles/apache/templates/php-fpm.conf.j2 @@ -0,0 +1 @@ +# vim: syntax=apache ts=4 sw=4 sts=4 sr noet |