We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a99b35d commit ce9e748Copy full SHA for ce9e748
deploy/ansible/nginx.yaml
@@ -133,6 +133,12 @@
133
- name: Disable default site
134
file: path=/etc/nginx/sites-enabled/default state=absent
135
136
+ - name: Disable old microfunctions site
137
+ file: path=/etc/nginx/sites-enabled/microfunctions state=absent
138
+
139
+ - name: Remove old microfunctions site
140
+ file: path=/etc/nginx/sites-available/microfunctions state=absent
141
142
- name: Configure KNIX MicroFunctions site
143
template:
144
dest: "/etc/nginx/sites-available/knix-microfunctions"
0 commit comments