8000
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 43b0c23 commit 37743a3Copy full SHA for 37743a3
salt/nginx/config/realip-nginx.jinja.conf
salt/nginx/init.sls
@@ -94,6 +94,15 @@ nginx:
94
- require:
95
- pkg: nginx
96
97
+/etc/nginx/sites.d/realip.conf:
98
+ file.managed:
99
+ - source: salt://nginx/config/realip-nginx.jinja.conf
100
+ - template: jinja
101
+ - user: root
102
+ - group: root
103
+ - mode: "0644"
104
+ - require:
105
+ - file: /etc/nginx/sites.d/
106
107
/etc/logrotate.d/nginx:
108
file.managed:
0 commit comments