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

rm 25 *.deprecated files/dirs

This commit is contained in:
root 2020-04-20 11:07:00 -04:00
parent 2a63ca5bd6
commit cb1a708abb
25 changed files with 0 additions and 2078 deletions

View file

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

View file

@ -1,11 +0,0 @@
location /mediawiki {
proxy_pass http://127.0.0.1:{{ apache_port }}/mediawiki;
}
location ~ /mediawiki/.*\.php$ {
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $remote_addr;
proxy_set_header Host $host;
proxy_pass http://127.0.0.1:{{ apache_port }};
}

View file

@ -1,11 +0,0 @@
location /wordpress {
proxy_pass http://127.0.0.1:{{ apache_port }}/wordpress;
}
location ~ /wordpress/.*\.php$ {
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $remote_addr;
proxy_set_header Host $host;
proxy_pass http://127.0.0.1:{{ apache_port }};
}