i did it and i got:
Repair server-wide configuration parameters for web servers? [Y/n] y
Repairing server-wide configuration parameters for web servers .. [2021-05-21 17:11:28.026] ERR [util_exec] proc_close() failed ['/opt/psa/admin/bin/httpdmng' '--reconfigure-server'] with exit code [1]...
I'm getting:
nginx: [emerg] "fastcgi_cache" zone "new.virtualserver.ch_fastcgi" is unknown in /etc/nginx/nginx.conf:41
i cant find the problem.
plesk is down
Hi,
I have an app running on localhost:5000.
I did the Uncheck Proxy mode option at Domain > example.com > Apache and Nginx Settings.
in Additional Nginx directives i wrote:
location / {
proxy_set_header X-Forwarded-For $remote_addr;
proxy_set_header Host $http_host;
proxy_pass...