add nginx role
This commit is contained in:
9
roles/nginx/molecule/default/site-configs/test-dir.conf
Normal file
9
roles/nginx/molecule/default/site-configs/test-dir.conf
Normal file
@@ -0,0 +1,9 @@
|
||||
server {
|
||||
listen 8080;
|
||||
server_name test.com;
|
||||
|
||||
location / {
|
||||
root /var/www/html;
|
||||
index index.html;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user