feat: takahe fedi
This commit is contained in:
parent
63665f2701
commit
f98373ca7f
2 changed files with 75 additions and 0 deletions
13
servers/kid/docker-compose.d/custom/nginx/conf.d/takahe.conf
Normal file
13
servers/kid/docker-compose.d/custom/nginx/conf.d/takahe.conf
Normal file
|
@ -0,0 +1,13 @@
|
|||
server {
|
||||
listen 80;
|
||||
server_name takahe.ixvd.net;
|
||||
|
||||
location / {
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header X-Forwarded-For $remote_addr;
|
||||
proxy_set_header X-Forwarded-Proto $scheme;
|
||||
proxy_set_header X-Forwarded-Port 443;
|
||||
|
||||
proxy_pass http://takahe:8000;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue