Add lukewarmcat nodejs apache config
This commit is contained in:
parent
b78020bd4d
commit
f5209ba179
|
@ -0,0 +1,6 @@
|
||||||
|
<VirtualHost *:80>
|
||||||
|
ServerName xerty.lukewarmcat.codes
|
||||||
|
ProxyRequests On
|
||||||
|
ProxyPass / http://localhost:3000
|
||||||
|
ProxyPassReverse / http://localhost:3000
|
||||||
|
</VirtualHost>
|
|
@ -1,4 +1,4 @@
|
||||||
#This play configs apapche for us
|
#This play configs apache for us
|
||||||
---
|
---
|
||||||
- name: Add certbot cron job
|
- name: Add certbot cron job
|
||||||
copy:
|
copy:
|
||||||
|
@ -82,6 +82,11 @@
|
||||||
src: ../files/etc/apache2/sites-available/lukewarmcat.codes.conf
|
src: ../files/etc/apache2/sites-available/lukewarmcat.codes.conf
|
||||||
dest: /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
|
- name: Deploy apache site conf for mightywcms.thunix.net
|
||||||
copy:
|
copy:
|
||||||
src: ../files/etc/apache2/sites-available/mightywcms.thunix.conf
|
src: ../files/etc/apache2/sites-available/mightywcms.thunix.conf
|
||||||
|
|
Loading…
Reference in New Issue