File tree 4 files changed +5
-5
lines changed 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -292,7 +292,7 @@ This project is kindly sponsored by:
292
292
- [ nearForm] ( https://nearform.com )
293
293
294
294
Past Sponsors:
295
- - [ LetzDoIt] ( http ://www.letzdoitapp.com/)
295
+ - [ LetzDoIt] ( https ://www.letzdoitapp.com/)
296
296
297
297
## License
298
298
Original file line number Diff line number Diff line change @@ -359,7 +359,7 @@ address.
359
359
We also got lucky by having full access to mitigate it at the source — didn't
360
360
need to send emails to some unknown framework maintainer and hope for a quick
361
361
answer. hapi's total control over all of its dependencies proved its usefulness
362
- and security again. Not using [ hapi] ( http ://hapijs.com ) ? [ Maybe you
362
+ and security again. Not using [ hapi] ( https ://hapi.dev ) ? [ Maybe you
363
363
should] ( https://hueniverse.com/why-you-should-consider-hapi-6163689bd7c2 ) .
364
364
365
365
### The after in happy ever-after
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ backend static-backend
172
172
# with 2 primary servers distributed via round-robin
173
173
# and one backup which is used when the first 2 are not reachable
174
174
# This also assumes your fastify servers are listening on port 80.
175
- # more info: http ://nginx.org/en/docs/http/ngx_http_upstream_module.html
175
+ # more info: https ://nginx.org/en/docs/http/ngx_http_upstream_module.html
176
176
upstream fastify_app {
177
177
server 10.10.11.1:80;
178
178
server 10.10.11.2:80;
@@ -257,7 +257,7 @@ server {
257
257
# trustProxy to the address of your NGINX server so the X-Forwarded
258
258
# fields are used by fastify.
259
259
location / {
260
- # more info: http ://nginx.org/en/docs/http/ngx_http_proxy_module.html
260
+ # more info: https ://nginx.org/en/docs/http/ngx_http_proxy_module.html
261
261
proxy_http_version 1.1;
262
262
proxy_cache_bypass $http_upgrade;
263
263
proxy_set_header Upgrade $http_upgrade;
Original file line number Diff line number Diff line change @@ -540,7 +540,7 @@ You can provide a `version` key in the `constraints` option to a route.
540
540
Versioned routes allow you to declare multiple handlers for the same HTTP route
541
541
path, which will then be matched according to each request's ` Accept-Version `
542
542
header. The ` Accept-Version ` header value should follow the
543
- [ semver] ( http ://semver.org/) specification, and routes should be declared with
543
+ [ semver] ( https ://semver.org/) specification, and routes should be declared with
544
544
exact semver versions for matching.
545
545
546
546
Fastify will require a request ` Accept-Version ` header to be set if the route
You can’t perform that action at this time.
0 commit comments