Did some searching around and found spdy directive in /usr/local/psa/admin/conf/templates/custom/server/nginxVhosts.php
($OPT['ssl'] ? ' ssl spdy' : '') ?>;
When I changed to:
($OPT['ssl'] ? ' ssl' : '') ?>;
the configuration files could be created and nginx restarted. The problem seems to...
Hi,
This message is on the home screen:
New configuration files for the Apache web server were not created due to the errors in configuration templates: nginx: [emerg] the "spdy" parameter requires ngx_http_spdy_module in /etc/nginx/plesk.conf.d/ip_default/[domain.com].conf:7 nginx...
I ran into a problem for which I found no fix on this forum or the KB, but did find a fix myself. I thought I'd share it here for someone else if they run into the same problem.
The problem:
I had added some web users for one of my domains one day. After a while I also changed the system...