Compare commits
2 Commits
e3559119be
...
9f862a89cc
| Author | SHA1 | Date | |
|---|---|---|---|
| 9f862a89cc | |||
|
039dbdf091
|
@@ -4,5 +4,6 @@ upstream _gitea_ssh {
|
|||||||
|
|
||||||
server {
|
server {
|
||||||
listen <%= "#{node['openresty']['listen_ip']}:" if node['openresty']['listen_ip'] %>22;
|
listen <%= "#{node['openresty']['listen_ip']}:" if node['openresty']['listen_ip'] %>22;
|
||||||
|
listen [::]:22;
|
||||||
proxy_pass _gitea_ssh;
|
proxy_pass _gitea_ssh;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user