Add lukewarmcat nodejs apache config

This commit is contained in:
fosslinux 2020-06-03 19:46:36 +10:00
parent b78020bd4d
commit f5209ba179
No known key found for this signature in database
GPG Key ID: 7D7996D0C25B63A3
2 changed files with 12 additions and 1 deletions

View File

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

View File

@ -1,4 +1,4 @@
#This play configs apapche for us
#This play configs apache for us
---
- name: Add certbot cron job
copy:
@ -82,6 +82,11 @@
src: ../files/etc/apache2/sites-available/lukewarmcat.codes.conf
dest: /etc/apache2/sites-available/lukewarmcat.codes.conf
- name: Deploy apache site conf for xerty.lukewarmcat.codes
copy:
src: ../files/etc/apache2/sites-available/lukewarmcat.codes-nodejs.conf
dest: /etc/apache2/sites-available/lukewarmcat.codes-nodejs.conf
- name: Deploy apache site conf for mightywcms.thunix.net
copy:
src: ../files/etc/apache2/sites-available/mightywcms.thunix.conf