+ Reverse proxy with nginx for internally hosted services

This commit is contained in:
shockrah
2021-12-26 14:08:10 -08:00
parent a4f9020a7e
commit b1dd1dfd7b
3 changed files with 67 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
---
- hosts: alpha
tasks:
- name: Disable Default Nginx Site
become: yes
file:
path: /etc/nginx/sites-enabled/default
state: absent