.
This commit is contained in:
4
salt/states/nginx/files/harvester/.gitignore
vendored
4
salt/states/nginx/files/harvester/.gitignore
vendored
@@ -1,4 +0,0 @@
|
||||
# Ignore everything in this directory
|
||||
*
|
||||
# Except this file
|
||||
!.gitignore
|
9
salt/states/nginx/files/www.conf
Normal file
9
salt/states/nginx/files/www.conf
Normal file
@@ -0,0 +1,9 @@
|
||||
server {
|
||||
listen 80 default;
|
||||
server_name www.{{ pillar['network']['domain'] }};
|
||||
location /{
|
||||
root /srv/www/htdocs/;
|
||||
index index.html;
|
||||
autoindex on;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user