From 39ce2a56235f755ff35053a8c6e993e6809bd8b4 Mon Sep 17 00:00:00 2001 From: June <june@jsts.xyz> Date: Tue, 18 Feb 2025 03:37:43 +0100 Subject: [PATCH] nginx(role): remove unnecessary hosts section from README --- roles/nginx/README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/roles/nginx/README.md b/roles/nginx/README.md index c399c50..a8be0d6 100644 --- a/roles/nginx/README.md +++ b/roles/nginx/README.md @@ -43,10 +43,6 @@ None. Needs `nginx__use_custom_nginx_conf` to be set to true to work. You should probably still make sure that your custom `nginx.conf` includes `/etc/nginx/conf.d/*.conf`, so that the other configuration files still work. -## `hosts` - -The `hosts` for this role need to be the machines, for which you want to make sure the `nginx` package is installed from the NGINX repos and a desirable baseline of NGINX configs is deployed. - ## Config Template Here's a config template, which can be used for new NGINX site configs, which you can supply to this role using the `nginx__configurations` argument.