mirror of
https://github.com/Dannecron/netology-devops-ansible-lighthouse.git
synced 2025-12-25 21:42:34 +03:00
initial: create ansible role
This commit is contained in:
10
templates/nginx.lighthouse.conf.j2
Normal file
10
templates/nginx.lighthouse.conf.j2
Normal file
@@ -0,0 +1,10 @@
|
||||
server {
|
||||
listen 80;
|
||||
|
||||
access_log /var/log/nginx/{{ lighthouse_access_log_name }}.log;
|
||||
|
||||
location / {
|
||||
root {{ lighthouse_location }};
|
||||
index index.html;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user