hello
i use Apache & Nginx Reverse Proxy in cwp. i didn't have any changes in apache but after rebuild vhost, sites on SSL not loaded, i check the configuration and i saw in the ssl.conf ports from Listen 443 changes to Listen 8443 and it makes some errors
after all i change the configuration to apache only and it works with SSL good.
i want to reinstall apache & nginx rev proxy but get some errors :
Warning: file_put_contents(/etc/nginx/conf.d/.conf): failed to open stream: No such file or directory in /usr/local/cwpsrv/htdocs/resources/admin/include/hooks.php on line 0
Warning: file_put_contents(/etc/nginx/conf.d/.conf): failed to open stream: No such file or directory in /usr/local/cwpsrv/htdocs/resources/admin/include/hooks.php on line 0
Warning: file_put_contents(/etc/nginx/conf.d/.conf): failed to open stream: No such file or directory in /usr/local/cwpsrv/htdocs/resources/admin/include/hooks.php on line 0
Warning: file_put_contents(/etc/nginx/conf.d/g.conf): failed to open stream: No such file or directory in /usr/local/cwpsrv/htdocs/resources/admin/include/hooks.php on line 0
Warning: file_put_contents(/etc/nginx/conf.d/.conf): failed to open stream: No such file or directory in /usr/local/cwpsrv/htdocs/resources/admin/include/hooks.php on line 0
Warning: file_put_contents(/etc/nginx/conf.d/ransompod.ir.conf): failed to open stream: No such file or directory in /usr/local/cwpsrv/htdocs/resources/admin/include/hooks.php on line 0
Warning: file_put_contents(/etc/nginx/conf.d/.conf): failed to open stream: No such file or directory in /usr/local/cwpsrv/htdocs/resources/admin/include/hooks.php on line 0
Warning: file_put_contents(/etc/nginx/conf.d/.conf): failed to open stream: No such file or directory in /usr/local/cwpsrv/htdocs/resources/admin/include/hooks.php on line 0
Warning: file_put_contents(/etc/nginx/conf.d/.conf): failed to open stream: No such file or directory in /usr/local/cwpsrv/htdocs/resources/admin/include/hooks.php on line 0
Warning: file_put_contents(/etc/nginx/conf.d/.net.conf): failed to open stream: No such file or directory in /usr/local/cwpsrv/htdocs/resources/admin/include/hooks.php on line 0
Warning: file_put_contents(/etc/nginx/conf.d/conf): failed to open stream: No such file or directory in /usr/local/cwpsrv/htdocs/resources/admin/include/hooks.php on line 0
how can i get back to my configuration and work with that correctly?