Skip to content

Commit c809145

Browse files
HuongNV13Copilot
andauthored
Update docs/guides/restructure/index.md
Co-authored-by: Copilot <[email protected]>
1 parent 7be69d3 commit c809145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/restructure/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ location / {
378378
location ~ \.php {
379379
# Set the document root for PHP files.
380380
# Note: This is the same as the root above, but we need to set it again for the PHP location.
381-
# The set is not inheritted from the parent location.
381+
# The set is not inherited from the parent location.
382382
# This is not documented in the Nginx documentation -- it's documented in the nginx source code.
383383
set $docroot "$root/$original_site";
384384
if (-d "$root/$original_site/public") {

0 commit comments

Comments
 (0)