After requesting an SSL for phpMyAdmin I am seeing the following error from nginx:
conflicting server name "example.com" on 0.0.0.0:80, ignored
The error seems to be due to a duplicate server declaration in following files:
- /etc/nginx/sites-enabled/phpmyadmin
- /etc/nginx/ploi/phpmyadmin/before/ssl-redirect.conf
Commenting out the "listen 80;" line in the phpmyadmin config file seems to resolve the issue.