Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fab4a8b

Browse filesBrowse 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
Copy full SHA for fab4a8b

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎components/http_foundation.rst

Copy file name to clipboardExpand all lines: components/http_foundation.rst
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.