• 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 Edric2023

  1. E

    Issue Using an external reverse proxy (nginx) server -> Plesk Obsidian Almalinux

    Hi there, thank you for your reply. I tried setting proxy_set_header Host $host; to proxy_set_header Host website1.text.com. Is there any other way to achieve what i want to achieve? How do i push the correct website to the plesk server?
  2. E

    Issue Using an external reverse proxy (nginx) server -> Plesk Obsidian Almalinux

    Hi there, location /test { proxy_pass http://192.168.1.2; proxy_bind 192.168.1.1; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $scheme; }
  3. E

    Issue Using an external reverse proxy (nginx) server -> Plesk Obsidian Almalinux

    Hi there, I have been struggling for the last few days with something. The situation i want to achieve is as stated in this picture; I am trying to achieve path based routing. If i access test.com/website1 i would like to be connected to website1.text.com in plesk. What i did was, i put...
Back
Top