add fluentd logging to other containers

This commit is contained in:
2017-11-04 09:54:29 -04:00
parent 227a958f8e
commit 54f9550f10
8 changed files with 32 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
# git.xai-corp.net
server {
listen 443 ssl;
listen 443 ssl ipv6only=off;
server_name git.xai-corp.net;
ssl_certificate /etc/letsencrypt/live/xai-corp.net/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/xai-corp.net/privkey.pem;