I'm running a pleks server on ubuntu and recently after trying to upgrade my php version, I managed to cause a lot of errors, one being that the site is currently displaying
going to the site page shows the default apache page, no longer the site page.
running nginx -t
returns a duplicate error
nginx -t
nginx: [warn] duplicate value "TLSv1" in /etc/nginx/conf.d/ssl.conf:1
nginx: [warn] duplicate value "TLSv1.1" in /etc/nginx/conf.d/ssl.conf:1
nginx: [warn] duplicate value "TLSv1.2" in /etc/nginx/conf.d/ssl.conf:1
nginx: [emerg] "ssl_prefer_server_ciphers" directive is duplicate in /etc/nginx/conf.d/ssl.conf:3
nginx: configuration file /etc/nginx/nginx.conf test failed
Hiw can I fix the duplicate error and how can I show my site page again? (my path is directing to an index.php file