Skip to content

Instantly share code, notes, and snippets.

View taist24's full-sized avatar
🏠
Working from home

Istiyak Tailor taist24

🏠
Working from home
View GitHub Profile
@fvoska
fvoska / enable-apache-nodejs-reverse-proxy.sh
Last active March 18, 2025 20:55
Apache reverse proxy configuration for Node.js with Let's Encrypt SSL/TLS certificate.
a2ensite subdomain.me.com.conf
a2ensite subdomain.me.com.ssl.conf
service apache2 reload