Add http access logging to dna-gw hosts

This commit is contained in:
Timo Makinen 2023-05-20 18:01:09 +00:00
parent 9b07acec2b
commit 70708c137e

View file

@ -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;