Add defaults to nginx role
This commit is contained in:
@@ -11,11 +11,11 @@ http {
|
||||
server {
|
||||
listen 80;
|
||||
server_tokens off;
|
||||
server_name localhost;
|
||||
server_name {{ domain_name }};
|
||||
|
||||
location / {
|
||||
root /var/www/html;
|
||||
index index.html index.htm;
|
||||
root {{ nginx_root_dir }};
|
||||
index {{ index_files }};
|
||||
}
|
||||
|
||||
# Uncomment to pass for SSL
|
||||
|
||||
Reference in New Issue
Block a user