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;
}
}
forked from isayme/node-httpbin
-
Notifications
You must be signed in to change notification settings - Fork 0
## Auto-archived due to inactivity. ## httpbin in nodejs
License
DataDog/node-httpbin
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
## Auto-archived due to inactivity. ## httpbin in nodejs
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- JavaScript 69.4%
- HTML 29.9%
- Other 0.7%