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.
Hello,
I have installed the Samba File Server Extension. The Fileserver is started and is running. When I try to connect to the shared folder on window I get "The network path was not found. "
I tried:
1) open Explorer: \\85.xxx.xxx.xxx\share or \\85.xxx.xxx.xxx
2) Add Networkadress...
it seems to work. What I have done...
* Add the IP of the server to Whitelist (Fail2Ban of Plesk)
#Plesk -> Tools & Settings -> Security -> IP Address Banning (Fail2Ban) -> Trusted IP Addresses
* Disable the application firewall of the domain
#Plesk Websites & Domains -> Web Application Firewall...
Hmm... the error comes only when I try to connect to the domain www.main..... when I connect to the Server directly with the IP-Adress and Port everything works perfect. So there must be something wrong with the nginx or the apache configuration I think.
Do you have another idea?
Bad news, it is not working. Today, I get back the error connection refused.
Here the actual conf:
ProxyRequests Off
ProxyPreserveHost On
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
ProxyPass / http://localhost:58080/ connectiontimeout=300 timeout=300
SetEnv proxy-nokeepalive...
Today in the morning the first try to reach the application was not working, same error "ERR_CONNECTION_REFUSED". After some seconds it works! I´ll keep watching.
I am not sure, but maby this
https://talk.plesk.com/threads/nginx-bad-gateway.261367/
answers the question. I will try this out and let you know if it works. But don´t hesitate to answer if you have any other idea.
Thanks
This Error-Message ist shown in Browser:
ERR_CONNECTION_REFUSED
The Log-Files for the Domain:
https://onetimesecret.com/secret/4uaxl9q60pg00fhm26xddc8f0jv4img
Here you can try out the url
https://onetimesecret.com/secret/75zrrcsvehjnqwy3naahv5bd7jod4m6
The Application runs properly. When...
Hello,
I´ve configured an Additional directives for HTTP as follows:
ProxyRequests Off
ProxyPreserveHost On
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
ProxyPass / http://localhost:58080/ connectiontimeout=300 timeout=300
ProxyPassReverse / http://localhost:58080/
This...