sync takahe
This commit is contained in:
parent
3164544f95
commit
5654af5f29
3 changed files with 3 additions and 3 deletions
|
@ -100,7 +100,7 @@ server {
|
||||||
proxy_cache_valid any 72h;
|
proxy_cache_valid any 72h;
|
||||||
add_header X-Cache $upstream_cache_status;
|
add_header X-Cache $upstream_cache_status;
|
||||||
}
|
}
|
||||||
location ~* ^/(static|@|\.well-known|actor|inbox|api/v1|api/v2|oauth|tags|settings|media|proxy|admin|djadmin|pages|about) {
|
location ~* ^/(static|@|\.well-known|actor|inbox|api/v1|api/v2|oauth|tags|settings|media|proxy|admin|djadmin|pages|about|impressum) {
|
||||||
proxy_pass http://takahe;
|
proxy_pass http://takahe;
|
||||||
}
|
}
|
||||||
location / {
|
location / {
|
||||||
|
|
|
@ -112,7 +112,7 @@ server {
|
||||||
proxy_cache_valid any 72h;
|
proxy_cache_valid any 72h;
|
||||||
add_header X-Cache $upstream_cache_status;
|
add_header X-Cache $upstream_cache_status;
|
||||||
}
|
}
|
||||||
location ~* ^/(@|\.well-known|actor|inbox|api/v1|api/v2|oauth|tags|settings|media|proxy|admin|djadmin|pages|about) {
|
location ~* ^/(@|\.well-known|actor|inbox|api/v1|api/v2|oauth|tags|settings|media|proxy|admin|djadmin|pages|about|impressum) {
|
||||||
proxy_pass http://takahe;
|
proxy_pass http://takahe;
|
||||||
}
|
}
|
||||||
location /api/ {
|
location /api/ {
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 90183c931a48f9067dbace7650fd6b2b5c9015dc
|
Subproject commit b783d46e5858e6fc8919a0b022b835a06634314c
|
Loading…
Add table
Reference in a new issue