mirror of
https://github.com/chatmail/relay.git
synced 2026-05-10 16:04:37 +00:00
nginx: multiplex SSH over port 443 in case port 22 is blocked
This commit is contained in:
@@ -29,6 +29,7 @@ stream {
|
|||||||
default 127.0.0.1:8443;
|
default 127.0.0.1:8443;
|
||||||
~\bsmtp\b 127.0.0.1:465;
|
~\bsmtp\b 127.0.0.1:465;
|
||||||
~\bimap\b 127.0.0.1:993;
|
~\bimap\b 127.0.0.1:993;
|
||||||
|
~\bssh\b 127.0.0.1:22;
|
||||||
}
|
}
|
||||||
|
|
||||||
server {
|
server {
|
||||||
|
|||||||
Reference in New Issue
Block a user