We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7be69d3 commit c809145Copy full SHA for c809145
docs/guides/restructure/index.md
@@ -378,7 +378,7 @@ location / {
378
location ~ \.php {
379
# Set the document root for PHP files.
380
# 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.
+ # The set is not inherited from the parent location.
382
# This is not documented in the Nginx documentation -- it's documented in the nginx source code.
383
set $docroot "$root/$original_site";
384
if (-d "$root/$original_site/public") {
0 commit comments