From 9ff71d88c2d5425c8d09678fc7acd7a6fe45b6b3 Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Sat, 20 Jun 2020 13:02:02 +0200 Subject: [PATCH] README: nginx: Reordered subroles to be alphabetical correct --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 45f2ee4..867ed75 100644 --- a/README.md +++ b/README.md @@ -39,9 +39,9 @@ Following roles have been defined for making a server configuration easy: - **nginx** defines roles to set up virtual servers, certificates will be requested by default - **application** installs and configures the main requirements - **forward** sets up a forwarding from one domain to another + - **php** sets up a PHP webpage with files at the given directory - **php-fpm** installs php-fpm and requirements - **php-pool** sets up a php-fpm pool running its own user account - - **php** sets up a PHP webpage with files at the given directory - **proxy** sets up a reverse proxy to a local port / proxy - **server** sets up a nginx server with custom directives - **static** sets up a static web root