fix: disable ssh for now

This commit is contained in:
Tine 2024-11-09 18:02:17 +01:00
parent af502b77d2
commit 95a62b39e3
Signed by: mentos1386
SSH key fingerprint: SHA256:MNtTsLbihYaWF8j1fkOHfkKNlnN1JQfxEU/rBU8nCGw

View file

@ -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 {