From 70708c137eb0fb0df6a9b84d661de7e86ce6bbe9 Mon Sep 17 00:00:00 2001 From: Timo Makinen Date: Sat, 20 May 2023 18:01:09 +0000 Subject: [PATCH] Add http access logging to dna-gw hosts --- playbooks/dna-gw.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playbooks/dna-gw.yml b/playbooks/dna-gw.yml index 636d148..00f50ea 100644 --- a/playbooks/dna-gw.yml +++ b/playbooks/dna-gw.yml @@ -102,6 +102,8 @@ server { listen 172.20.20.10:80; server_name 172.20.20.10; + access_log /var/www/logs/172.20.20.10.access.log combined; + error_log /var/www/logs/172.20.20.10.error.log warn; location / { location /install.conf { alias /srv/tftpboot/install.conf;