FantaBlueMystery
FantaBlueMystery
Hi there Thanks for the answer! Your answer would only be a part because according to the protocol "$ ssl_preread_protocol" it would have to be divided into "TLSv1.2", "TLSv1.3", "TLSv1.1",...
yes clearly see my first post, currently I have another nginx before npm that uses this config and on 'server 10.8.0.15:443;' forward to the npm :)
Hello @gustavosbarreto thanks for the info, I didn't know "shellhub" until now. It looks very interesting e.g. with "web-based user interface". But here it would also be the case that...
Hey @ursus69 sorry for my late answer: docker-compose.yml ```version: "3" services: npm: image: nginx container_name: sshproxy restart: always ports: - 444:443 - 84:80 volumes: - ./nginx.conf:/etc/nginx/nginx.conf:ro - ./logs/:/var/log/nginx/ ``` Edit...