fix gitea logging and add kubernetes

This commit is contained in:
2024-01-31 12:48:17 -05:00
parent 0266d9499c
commit bfa6f8aec0
2 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
server {
access_log /var/log/nginx/gitea-ssh.log basic;
listen {{ ansible_default_ipv4.address }}:2222;
proxy_pass lb.reeselink.com:2222;
}