Skip to content

Commit fab4a8b

Browse files
committed
minor #10225 [HttpFoundation] Broken nginx XSendfile link (NicolasDievart)
This PR was merged into the 2.8 branch. Discussion ---------- [HttpFoundation] Broken nginx XSendfile link The link that goes to the Nginx website to the XSendfile documentation is broken and is redirected to the homepage of the nginx website. I changed it to the example doc which explain the XSendfile and the associted standard X-Accel Commits ------- c824a61 Broken nginx XSendfile link
2 parents df449a1 + c824a61 commit fab4a8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/http_foundation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ Learn More
616616
/http_cache/*
617617

618618
.. _Packagist: https://packagist.org/packages/symfony/http-foundation
619-
.. _Nginx: http://wiki.nginx.org/XSendfile
619+
.. _Nginx: https://www.nginx.com/resources/wiki/start/topics/examples/xsendfile/
620620
.. _Apache: https://tn123.org/mod_xsendfile/
621621
.. _`JSON Hijacking`: http://haacked.com/archive/2009/06/25/json-hijacking.aspx
622622
.. _OWASP guidelines: https://www.owasp.org/index.php/OWASP_AJAX_Security_Guidelines#Always_return_JSON_with_an_Object_on_the_outside

0 commit comments

Comments
 (0)