LAMP Stack Server
✓ Server is running successfully!
This LAMP (Linux, Apache, MySQL/MariaDB, PHP) stack is configured to work behind Nginx Proxy Manager.
You can now:
- Add your static HTML files to
/var/www/html
- Add your PHP files to
/var/www/html
- Create databases using
db-setup.sh
- Configure Nginx Proxy Manager to point to this server
Next Steps:
- Secure your database:
sudo mysql_secure_installation
- Test PHP: phpinfo.php (remove in production!)
- Test database: db-test.php (remove in production!)