Skip to content

Commit

Permalink
Fix broken php-fpm link
Browse files Browse the repository at this point in the history
  • Loading branch information
JGoutin committed Feb 8, 2020
1 parent ee633fb commit 3e29082
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
namespace: jgoutin
name: home
description: Home free software self-hosting.
version: 1.0.0-beta.3
version: 1.0.0-beta.4
readme: readme.md
authors:
- jgoutin
Expand Down
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ These roles are used as main roles dependencies:
* [**nginx**](docs/nginx.md): Install a [Nginx](https://nginx.org) web server.
* [**postgresql**](docs/postgresql.md): Install a
[PostgreSQL](https://www.postgresql.org) database.
* [**php-fpm**](docs/php-fpm.md): Install a [PHP-FPM](https://php-fpm.org)
* [**php_fpm**](docs/php_fpm.md): Install a [PHP-FPM](https://php-fpm.org)
server.
* [**redis**](docs/redis.md): Install [Redis](https://redis.io) in memory data
store.
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ These roles are used as main roles dependencies:
* **mariadb**: Install a [MariaDB](https://mariadb.org) database.
* **nginx**: Install a [Nginx](https://nginx.org) web server.
* **postgresql**: Install a [PostgreSQL](https://www.postgresql.org) database.
* **php-fpm**: Install a [PHP-FPM](https://php-fpm.org) server.
* **php_fpm**: Install a [PHP-FPM](https://php-fpm.org) server.
* **redis**: Install [Redis](https://redis.io) in memory data store.
* **rpmfusion**: Enable [RPMFusion](https://rpmfusion.org) repositories.

Expand Down

0 comments on commit 3e29082

Please sign in to comment.