fix config for lukewarmcat.codes-nodejs.conf
continuous-integration/drone/push Build is passing Details

This commit is contained in:
fosslinux 2020-06-03 20:34:26 +10:00
parent 6543984c81
commit df17b5bece
No known key found for this signature in database
GPG Key ID: 7D7996D0C25B63A3
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<VirtualHost *:80>
ServerName xerty.lukewarmcat.codes
ProxyRequests On
ProxyPass / http://localhost:3000
ProxyPassReverse / http://localhost:3000
ProxyPass / http://localhost:3000/
ProxyPassReverse / http://localhost:3000/
</VirtualHost>