fix: disable ssh for now
This commit is contained in:
parent
af502b77d2
commit
95a62b39e3
1 changed files with 8 additions and 8 deletions
|
@ -96,14 +96,14 @@ stream {
|
||||||
}
|
}
|
||||||
|
|
||||||
# GIT
|
# GIT
|
||||||
server {
|
#server {
|
||||||
listen 0.0.0.0:22;
|
# listen 0.0.0.0:22;
|
||||||
listen [::]:22;
|
# listen [::]:22;
|
||||||
proxy_pass batuu.system.tjo.cloud:22;
|
# proxy_pass batuu.system.tjo.cloud:22;
|
||||||
proxy_protocol on;
|
# proxy_protocol on;
|
||||||
include /etc/nginx/partials/server.conf;
|
# include /etc/nginx/partials/server.conf;
|
||||||
include /etc/nginx/partials/blocked.conf;
|
# include /etc/nginx/partials/blocked.conf;
|
||||||
}
|
#}
|
||||||
|
|
||||||
# EMAIL
|
# EMAIL
|
||||||
server {
|
server {
|
||||||
|
|
Loading…
Reference in a new issue