Skip to content

Instantly share code, notes, and snippets.

View fvoska's full-sized avatar

Filip Voska fvoska

View GitHub Profile
@fvoska
fvoska / enable-apache-nodejs-reverse-proxy.sh
Last active February 3, 2024 09:04
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
# Your init script
#
# Atom will evaluate this file each time a new window is opened. It is run
# after packages are loaded/activated and after the previous editor state
# has been restored.
#
# An example hack to log to the console when each text editor is saved.
#
# atom.workspace.observeTextEditors (editor) ->
# editor.onDidSave ->