1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Move 19 roles into roles/0-DEPRECATED-ROLES

This commit is contained in:
root 2020-01-24 02:27:21 -05:00
parent 0e39c42bbd
commit 2218d2334b
124 changed files with 5 additions and 1 deletions

View file

@ -0,0 +1,3 @@
location {{ dokuwiki_url }}/ {
proxy_pass http://127.0.0.1:{{ apache_port }}{{ dokuwiki_url }}/;
}

View file

@ -0,0 +1,8 @@
RewriteEngine on
Alias {{ dokuwiki_url }} /library/dokuwiki
<Directory /library/dokuwiki>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>