An open API service indexing awesome lists of open source software.

https://github.com/mikej81/terraform-azure-nginx-scca

Deploy NGINX OSS as a Reverse Proxy behind Azure LB to an NGINX App Server.
https://github.com/mikej81/terraform-azure-nginx-scca

Last synced: 2 months ago
JSON representation

Deploy NGINX OSS as a Reverse Proxy behind Azure LB to an NGINX App Server.

Awesome Lists containing this project

README

        

# terraform-azure-nginx-scca

Deploys NGINX on UbuntuProFIPS in Azure as a Reverse Proxy with ModSecurity ([ModSecurity OWASP Core Rule Set](https://github.com/coreruleset/coreruleset)) and NGINX App Server.

* ?testparam=test left in configs to verify.

![Diagram](./img/nginx_sca.png)

All settings in variables.tf.

```bash
terraform init
terraform plan
terraform apply -auto-approve
```

## To do

* remove extra variables and collapse variables for each module
* remove extraneous objects
* add more app servers
* containerize everything, everywhere
* Testing Ubuntu PRO FIPS on Proxy devices, currently breaks compiling...