fix gitea logging and add kubernetes
This commit is contained in:
5
nginx/stream.d/gitea-ssh.conf
Normal file
5
nginx/stream.d/gitea-ssh.conf
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user