fix build and deploy of sslproxy

This commit is contained in:
2020-06-06 01:25:44 -04:00
parent 7175a4fb2d
commit 4439ae493d
15 changed files with 98 additions and 25 deletions

View File

@@ -3,12 +3,12 @@ proxy_cache_path /data/nginx/cache/gitea levels=1:2 keys_zone=gitea:10m max_size
# git.xai-corp.net
server {
listen 443;
server_name git.xai-corp.net;
# this is the internal Docker DNS, cache only for 30s
resolver 127.0.0.11 valid=5s;
listen 443 ssl;
server_name git.xai-corp.net;
set $backend http://gitea_app:3000;
#set $backend http://dkhost.xai-corp.net:10080;