mirror of
https://github.com/kou029w/fogtype.com
synced 2025-01-18 08:05:02 +00:00
fixed host header
This commit is contained in:
parent
7b7740d7b5
commit
b854e78a1c
1 changed files with 3 additions and 1 deletions
|
@ -6,7 +6,9 @@ read.keiu.net {
|
|||
}
|
||||
fogtype.com {
|
||||
reverse_proxy http://gts:8080
|
||||
reverse_proxy /.well-known/nostr.json https://archive.fogtype.com
|
||||
reverse_proxy /.well-known/nostr.json https://archive.fogtype.com {
|
||||
header_up Host {upstream_hostport}
|
||||
}
|
||||
}
|
||||
www.fogtype.com {
|
||||
redir https://fogtype.com{uri} 308
|
||||
|
|
Loading…
Add table
Reference in a new issue