mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-03-22 11:50:18 +00:00
Add lukewarmcat nodejs apache config
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user