mirror of
https://github.com/CPunch/openpunk-ansible.git
synced 2025-10-15 13:40:09 +00:00
blog: maintain two separate builds of the site; one for tor, one for https
This commit is contained in:
@@ -27,8 +27,6 @@
|
||||
template:
|
||||
src: templates/tor.conf
|
||||
dest: /etc/nginx/conf.d/tor-{{ domain }}.conf
|
||||
force: no
|
||||
notify: setup nginx
|
||||
|
||||
- name: Enable Nginx
|
||||
systemd:
|
||||
|
@@ -1,5 +1,5 @@
|
||||
server {
|
||||
root /var/www/{{ domain }}/public;
|
||||
root /var/www/{{ domain }}/tor;
|
||||
index index.html index.htm;
|
||||
|
||||
location / {
|
||||
|
Reference in New Issue
Block a user