Skip to content

Commit 4a83c88

Browse files
samdarkCopilot
andauthored
Update cookbook/en/configuring-webservers/nginx.md
Co-authored-by: Copilot <[email protected]>
1 parent f2f9bd9 commit 4a83c88

File tree

1 file changed

+1
-1
lines changed
  • cookbook/en/configuring-webservers

1 file changed

+1
-1
lines changed

cookbook/en/configuring-webservers/nginx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ to avoid many unnecessary system `stat()` calls.
5656
Also, note that when running an HTTPS server, you need to add `fastcgi_param HTTPS on;` so that Yii
5757
can detect if a connection is secure.
5858

59-
In the above note usage of `fastcgi_param APP_ENV`. Since the Yii3 application template is using environment variables,
59+
In the above, note the usage of `fastcgi_param APP_ENV`. Since the Yii3 application template is using environment variables,
6060
this is a possible place to set them. In production environment remember to set `APP_ENV` to `prod`.

0 commit comments

Comments
 (0)