fix akkofe for mastodon
This commit is contained in:
parent
318a434baa
commit
58875b7032
1 changed files with 4 additions and 3 deletions
|
|
@ -40,15 +40,16 @@ akko.beeping.synth.download {
|
||||||
|
|
||||||
# akkoma fe for mastodon
|
# akkoma fe for mastodon
|
||||||
akko.merping.synth.download {
|
akko.merping.synth.download {
|
||||||
# redirect api endpoints to iceshrimp
|
# redirect api endpoints to mastodon
|
||||||
@redir {
|
@redir {
|
||||||
path /oauth/*
|
path /oauth/*
|
||||||
path /api/*
|
path /api/*
|
||||||
path /nodeinfo/*
|
path /nodeinfo/*
|
||||||
}
|
}
|
||||||
handle @redir {
|
handle @redir {
|
||||||
reverse_proxy http://192.168.1.73:58834
|
reverse_proxy https://merping.synth.download {
|
||||||
import common-settings
|
header_up Host merping.synth.download
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
# favicon
|
# favicon
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue