This website requires JavaScript.
Explore
Help
Register
Sign in
sam
/
Foxnouns.NET
Watch
1
Star
0
Fork
You've already forked Foxnouns.NET
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
main
Foxnouns.NET
/
rate
/
proxy-config.example.json
7 lines
117 B
JSON
Raw
Permalink
Normal View
History
Unescape
Escape
feat: add rate limiter proxy
2024-09-10 16:53:43 +02:00
{
"port"
:
5003
,
fix: replace port 5000 in example docs with port 6000 macOS runs a service on port 5000 by default. this doesn't actually prevent the backend server from *starting*, or the rate limiter proxy from working, but it *does* mean that when the backend restarts, if the proxy sends a request, it will stop working until it's restarted. the easiest way to work around this is by just changing the port the backend listens on. this does not change the ports used in the docker configuration.
2024-12-25 20:03:15 +01:00
"proxy_target"
:
"http://localhost:6000"
,
feat(rate): add customizable X-Powered-By header
2024-09-10 18:49:25 +02:00
"debug"
:
true
,
"powered_by"
:
"5 gay rats"
feat: add rate limiter proxy
2024-09-10 16:53:43 +02:00
}
Reference in a new issue
Copy permalink