ansible/roles/webserver/files/etc/apache2/sites-available/lukewarmcat.codes-nodejs.conf

7 lines
169 B
Plaintext
Raw Normal View History

2020-06-03 09:46:36 +00:00
<VirtualHost *:80>
ServerName xerty.lukewarmcat.codes
ProxyRequests On
ProxyPass / http://localhost:3000
ProxyPassReverse / http://localhost:3000
</VirtualHost>