This repository has been archived on 2024-01-01. You can view files and clone it, but cannot push or open issues or pull requests.
ansible/roles/webserver/files/etc/apache2/sites-available/lukewarmcat.codes-nodejs.conf

7 lines
171 B
Plaintext

<VirtualHost *:80>
ServerName xerty.lukewarmcat.codes
ProxyRequests On
ProxyPass / http://localhost:3000/
ProxyPassReverse / http://localhost:3000/
</VirtualHost>