server {
listen 443;
server_name httpbin.isayme.org;
location / {
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Real-IP $remote_addr;
proxy_pass http://httpbin:8080;
}
}
-
Notifications
You must be signed in to change notification settings - Fork 3
httpbin in nodejs
License
isayme/node-httpbin
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
httpbin in nodejs
Topics
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published