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 f2f9bd9 commit 4a83c88Copy full SHA for 4a83c88
cookbook/en/configuring-webservers/nginx.md
@@ -56,5 +56,5 @@ to avoid many unnecessary system `stat()` calls.
56
Also, note that when running an HTTPS server, you need to add `fastcgi_param HTTPS on;` so that Yii
57
can detect if a connection is secure.
58
59
-In the above note usage of `fastcgi_param APP_ENV`. Since the Yii3 application template is using environment variables,
+In the above, note the usage of `fastcgi_param APP_ENV`. Since the Yii3 application template is using environment variables,
60
this is a possible place to set them. In production environment remember to set `APP_ENV` to `prod`.
0 commit comments