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 45c2939 commit ab2c135Copy full SHA for ab2c135
setup/web_server_configuration.rst
@@ -298,6 +298,12 @@ The **minimum configuration** to get your application running under Nginx is:
298
fastcgi_pass unix:/var/run/php7.1-fpm.sock;
299
fastcgi_split_path_info ^(.+\.php)(/.*)$;
300
include fastcgi_params;
301
+
302
+ # optionally set the value of the environment variables used in the application
303
+ # fastcgi_param APP_ENV prod;
304
+ # fastcgi_param APP_SECRET <app-secret-id>;
305
+ # fastcgi_param DATABASE_URL "mysql://db_user:db_pass@host:3306/db_name";
306
307
# When you are using symlinks to link the document root to the
308
# current version of your application, you should pass the real
309
# application path instead of the path to the symlink to PHP
0 commit comments