enable nginx JSON logging

This commit is contained in:
t3chn0m4g3
2016-10-11 12:30:30 +00:00
parent e2d86dc0a7
commit 52d542a646
2 changed files with 97 additions and 0 deletions

View File

@ -379,6 +379,7 @@ cp /root/tpot/data/systemd/* /etc/systemd/system/
cp /root/tpot/etc/issue /etc/
cp -R /root/tpot/etc/nginx/ssl /etc/nginx/
cp /root/tpot/etc/nginx/tpotweb.conf /etc/nginx/sites-available/
cp /root/tpot/etc/nginx/nginx.conf /etc/nginx/nginx.conf
cp /root/tpot/keys/authorized_keys /home/tsec/.ssh/authorized_keys
cp /root/tpot/usr/share/nginx/html/* /usr/share/nginx/html/
for i in $(cat /data/images.conf);