Add http access logging to dna-gw hosts
This commit is contained in:
parent
9b07acec2b
commit
70708c137e
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue