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.
Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
Thank you in advance for your patience and understanding on the matter.
Hello Plesker,
I did the recommended security changes via the wptoolkit.
After this admin url lost the CSS.
2023-08-02 09:28:20
Error
xx.x.xx.xx.xx
403
GET /wp-admin/load-styles.php?c=0&dir=ltr&load%5Bchunk_0%5D=dashicons,admin-bar,wp-pointer,site-health, common,forms,admin-menu, da...
I have an NodeJS REST API running on Ubuntu Server on port 8080
I have used ```ProxyPass``` and ```ProxyPassReverse``` to **api.domain.tdl**
Can anyone help to restrict the access to ``localhost`` and Server's IP
I have tried nginx conf
```
allow xx.xx.xx.xx;
allow 127.0.0.1;
deny all;
```...
Failed to resolve the challenge for www.domain.com
Works Nginx + apache2 - nginx as reverse proxy - so I can't get certs for domain . What I'm doing wrong?
Also I have a problem to get image in link https://example.com/A/images/233/image.png and if I create .htaccess with "Allow from all" file...
Hello,
I discovered a new problem with nginx and hope again, that somebody of you can give me a help.
Background:
nginx as proxy for apache (Plesk Odin & Umbuto)
a password restricted area /admin
a directory with a huge amount of photos /photo
directory permissions are set to 755 und files to...