You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #16513 [Cache] Use path instead of url in SSI documentation (tucksaun)
This PR was merged into the 4.4 branch.
Discussion
----------
[Cache] Use `path` instead of `url` in SSI documentation
By using `url` SSI tags will include the host which is likely to not work as, unlike ESI, SSI is meant to be used at the webserver level which most of the time only handles SSI as paths.
Commits
-------
76013ca Use `path` instead of `url` in SSI documentation
0 commit comments