Support unblock via docker.

This commit is contained in:
colawithsauce 2023-12-08 18:46:10 +08:00
parent fd40a29180
commit e997cd9907
3 changed files with 35 additions and 6 deletions

View file

@ -23,6 +23,7 @@ server {
proxy_set_header X-Forwarded-For $remote_addr;
proxy_set_header X-Forwarded-Host $remote_addr;
proxy_set_header X-NginX-Proxy true;
proxy_pass http://localhost:3000/;
}
}
}