We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c55120a commit 1c83b6dCopy full SHA for 1c83b6d
test/salt/passenger/pillar/nginx.sls
@@ -2,7 +2,6 @@
2
# vim: ft=yaml
3
---
4
# Simple pillar setup
5
-# - snippet letsencrypt
6
# - remove 'default' site
7
# - create 'mysite' site
8
@@ -21,10 +20,6 @@ nginx:
21
20
lookup:
22
passenger_package: {{ passenger_pkg }}
23
24
- snippets:
25
- letsencrypt.conf:
26
- - location ^~ /.well-known/acme-challenge/:
27
- - proxy_pass: http://localhost:9999
28
server:
29
config:
30
# This is required to get the passenger module loaded
@@ -63,4 +58,3 @@ nginx:
63
58
- index: 'index.html index.htm'
64
59
- location ~ .htm:
65
60
- try_files: '$uri $uri/ =404'
66
- - include: '/etc/nginx/snippets/letsencrypt.conf'
0 commit comments