• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Search results

  1. G

    Question Forward 443 to Docker container in subdomain

    I use this Nginx directive: listen 443 ssl; listen [::]:443 ssl; server_name ide.emig.me; return 301 https://$server_name:8080$request_uri; listen 8080 ssl; listen [::]:8080 ssl; The problem is, that httpS://ide.emig.me:8080 does NOT work. Only http://ide.emig.me:8080 works
  2. G

    Question Forward 443 to Docker container in subdomain

    Hi, I have a working url: http://ide.emig.me:8080 which is hosted inside a docker container. What I want, is, that my Nginx reverse proxy will forward all connections to https://ide.emig.me to the docker container. When I want to add a proxy rule, I can only forward 8080 -> 8080 and not...
Back
Top