Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bviktor committed Nov 28, 2024
1 parent 6bf041d commit fe64674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This role installs nginx and configures hosts.
|---|---|---|---|
| `nginx_batch` | no | `<list>` | Supply the below parameters as a list, see examples. |
| `domain` | yes | `foo.com` | Domain to host. |
| `mode` | yes | `wordpress` | Hosting mode. Possible values are `dirlist`, `php`, `proxy`, `redirect`, `static`, `wordpress`. |
| `mode` | yes | `wordpress` | Hosting mode. Possible values are `dirlist`, `moodle`, `php`, `proxy`, `redirect`, `static`, `wordpress`. |
| `path` | no | `/var/www/html/noobient.com` | Document root. Defaults to `/var/www/html/<domain>` for `php`, `static`, and `wordpress`, ignored otherwise. |
| `www_mode` | no | `redirect` | Possible values are `redirect` and `serve`, to redirect `www.<domain>` requests to `<domain>` or serve them as is, respectively. Defaults to `redirect`. Ignored when `mode` is set to `redirect`. |
| `new_domain` | no | `foobar.com` | New domain to redirect to. Mandatory for `redirect`, ignored otherwise. |
Expand Down

0 comments on commit fe64674

Please sign in to comment.