mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-03-17 10:10:17 +00:00
7 lines
171 B
Plaintext
7 lines
171 B
Plaintext
<VirtualHost *:80>
|
|
ServerName xerty.lukewarmcat.codes
|
|
ProxyRequests On
|
|
ProxyPass / http://localhost:3000/
|
|
ProxyPassReverse / http://localhost:3000/
|
|
</VirtualHost>
|