• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Recent content by Gutenmorgenuhu

  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