Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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.
also did not help IgorG,
I will try a different approach to my problem, I will leave nginx listening to ports 80 and 443 and include my nginx configurations listening at the same ports but with other server names.
yes IgorG,
I can change the ports that apache is listen, however I wanted to change the ports nginx is listen, that is the 80 and 443 ports.
but the nginx config is generated automatically..
thanks for the help UFHH01, I found the nginx config that is listen to ports (80 and 443) and proxy then to (7080 and 7081) at
/etc/nginx/plesk.conf.d/server.conf
however at the header of the file content, I got this:
#ATTENTION!
#
#DO NOT MODIFY THIS FILE BECAUSE IT WAS GENERATED...
Hi,
My objective is to let my nginx build to handle the http and https requests (80 and 443) while maintaining the Plesk web Platform on another ports.
How can I change the default apache ports (80 and 443) for the Plesk Platform?
Hi
My objective is to get the Plesk platform to manage 5 domain containing tomcat application as ROOT context.
I'm able to manage and install the tomcat applications, from Plesk platform as follows:
www.domain1.com/app1 (app1.war)
www.domain2.com/app2 (app2.war)
but I'm having trouble doing...