| @@ -1,10 +1,10 @@ | |||||
| # Configure Ngnix (optional, advanced) | |||||
| # Configure Nginx (optional, advanced) | |||||
| By default, this playbook installs its own nginx webserver (in a Docker container) which listens on ports 80 and 443. | By default, this playbook installs its own nginx webserver (in a Docker container) which listens on ports 80 and 443. | ||||
| If that's alright, you can skip this. | If that's alright, you can skip this. | ||||
| ## Using Ngnix status | |||||
| ## Using Nginx status | |||||
| This will serve a statuspage to the hosting machine only. Useful for monitoring software like [longview](https://www.linode.com/docs/platform/longview/longview-app-for-nginx/) | This will serve a statuspage to the hosting machine only. Useful for monitoring software like [longview](https://www.linode.com/docs/platform/longview/longview-app-for-nginx/) | ||||
| @@ -48,7 +48,7 @@ When you're done with all the configuration you'd like to do, continue with [Ins | |||||
| - [Serving your base domain using this playbook's nginx server](configuring-playbook-base-domain-serving.md) (optional) | - [Serving your base domain using this playbook's nginx server](configuring-playbook-base-domain-serving.md) (optional) | ||||
| - [Configure Ngnix (optional, advanced)](configuring-playbook-ngnix.md) (optional, advanced) | |||||
| - [Configure Nginx (optional, advanced)](configuring-playbook-nginx.md) (optional, advanced) | |||||
| - [Using your own webserver, instead of this playbook's nginx proxy](configuring-playbook-own-webserver.md) (optional, advanced) | - [Using your own webserver, instead of this playbook's nginx proxy](configuring-playbook-own-webserver.md) (optional, advanced) | ||||
| @@ -166,6 +166,6 @@ matrix_ssl_config_dir_path: "{{ matrix_ssl_base_path }}/config" | |||||
| matrix_ssl_log_dir_path: "{{ matrix_ssl_base_path }}/log" | matrix_ssl_log_dir_path: "{{ matrix_ssl_base_path }}/log" | ||||
| # ngnix status page configurations. | |||||
| # nginx status page configurations. | |||||
| matrix_nginx_proxy_proxy_matrix_nginx_status_enabled: false | matrix_nginx_proxy_proxy_matrix_nginx_status_enabled: false | ||||
| matrix_nginx_proxy_proxy_matrix_nginx_status_allowed_addresses: ['{{ ansible_default_ipv4.address }}'] | matrix_nginx_proxy_proxy_matrix_nginx_status_allowed_addresses: ['{{ ansible_default_ipv4.address }}'] | ||||