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.
actually, the Plesk Control Panel already uses another port ( 8443 ) and your apache+nginx are listening at port 80 and 443 ( 7080+7081 ). Please check again your configuration - file(s) and use the command:
Code:
lsof -i :port
to check, which process listens at the desired port.
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 AUTOMATICALLY,
#SO ALL YOUR CHANGES WILL BE LOST THE NEXT TIME THE FILE IS GENERATED.
...so should I ignore this alert and change the ports? or is there another way?
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..
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.