[nginx] Split config into multiple files
This commit is contained in:
parent
196de92752
commit
f3d71cf5fe
6 changed files with 116 additions and 66 deletions
6
nginx/conf/stream.conf
Normal file
6
nginx/conf/stream.conf
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# Gogs SSH tunneling
|
||||
|
||||
server {
|
||||
listen 22;
|
||||
proxy_pass gogs-priv.default.svc.cluster.local:22;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue