By saidakh
Thank you in advance for any help!
We are running ISPConfig 3 on Ubuntu 14.04 droplet with nginx (not apache). Now we are struggling to find a way to secure phpmyadmin. Found this good tutorial: https://www.digitalocean.com/community/tutorials/how-to-install-and-secure-phpmyadmin-with-nginx-on-an-ubuntu-14-04-server
Yet it works with just nginx setup and not with ISPConfig + nginx.
Can anyone explain us how to secure phpmyadmin on our setup (SPConfig 3 + nginx (not apache) on Ubuntu 14.04)?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
This comment has been deleted
Not sure if I am following you completely but here is what I had to do. This is assuming you followed normal ispconfig setup.
In the ispconfig control panel. Click on Server Config Click on your server name. Click on Web Near the bottom click on Vhost apps setting.
Set (All on one line.) It will use your self signed certificate when you setup ispconfig. Apps-vhost port: 8081 ssl; ssl_certificate /usr/local/ispconfig/interface/ssl/ispserver.crt; ssl_certificate_key /usr/local/ispconfig/interface/ssl/ispserver.key
Set Apps-vhost Domain: your.server.name
After the CP updates your should be able to access your phpmyadmin via https://your.server.name:8081/phpmyadmin
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.