2023-07-07 19:22:30 +00:00
|
|
|
nattyarch.local {
|
|
|
|
log {
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
handle /.well-known/webfinger {
|
|
|
|
reverse_proxy 127.0.0.1:4939
|
|
|
|
}
|
|
|
|
|
|
|
|
handle /.well-known/nodeinfo {
|
|
|
|
reverse_proxy 127.0.0.1:4939
|
|
|
|
}
|
|
|
|
|
|
|
|
handle /nodeinfo/* {
|
|
|
|
reverse_proxy 127.0.0.1:4939
|
|
|
|
}
|
|
|
|
|
2023-08-02 01:10:53 +00:00
|
|
|
handle /mag/* {
|
|
|
|
reverse_proxy 127.0.0.1:4939
|
|
|
|
}
|
|
|
|
|
2023-07-07 19:22:30 +00:00
|
|
|
@render_html {
|
2023-07-31 17:48:15 +00:00
|
|
|
not path /api* /proxy* /files* /avatar* /identicon* /streaming
|
2023-07-07 19:22:30 +00:00
|
|
|
header Accept text/html*
|
|
|
|
}
|
|
|
|
|
2023-07-22 21:36:46 +00:00
|
|
|
@frontend {
|
|
|
|
path /favicon.ico /favicon.png /favicon.svg /manifest.json /api-doc /sw.js /static-assets* /client-assets* /assets* /twemoji* /url /fe-api*
|
2023-07-07 19:22:30 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
reverse_proxy @render_html 127.0.0.1:4938
|
2023-07-22 21:36:46 +00:00
|
|
|
reverse_proxy @frontend 127.0.0.1:4938
|
2023-07-07 19:22:30 +00:00
|
|
|
|
|
|
|
reverse_proxy 127.0.0.1:4937
|
|
|
|
}
|
|
|
|
|