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

move SHIMS

This commit is contained in:
Jerry Vonau 2020-01-04 05:30:15 -06:00
parent 4ac822d24e
commit 79c5c34182
5 changed files with 0 additions and 0 deletions

View file

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

View file

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

View file

@ -1,13 +0,0 @@
location /moodle {
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 }};
}
location ~ ^/moodle.*\.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 /nextcloud {
proxy_pass http://127.0.0.1:{{ apache_port }}/nextcloud;
}
location ~ /nextcloud/.*\.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,3 +0,0 @@
location /nodered {
proxy_pass http://127.0.0.1:{{ apache_port }}/nodered;
}