From a313c943b313b5dd42e9453b6998f13469bd34bf Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Sat, 20 Jun 2020 13:02:34 +0200 Subject: [PATCH] README: nginx: Added description for subrole default_server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 867ed75..de95714 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ Following roles have been defined for making a server configuration easy: - **database** configures a database for an external application with its own user (uses **mysql/backup_database**) - **nginx** defines roles to set up virtual servers, certificates will be requested by default - **application** installs and configures the main requirements + - **default_server** configures default server for hostname fqdn with status info (only accessable from localhost) - **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