Value
Path where the proxy server will serve the files.
Example:
/images
to serve files at
subdomain
.eleasticbeanstalk.com/images
.
Name of the folder containing the files.
Example:
staticimages
to serve files from a folder named
staticimages
at the top level of your source
bundle.
Specify the child directory of your project that is treated as the public-facing web root.
A blank string is treated as
/
, or specify a string starting with
/
Specifies if PHP's file functions are allowed to retrieve data from remote locations, such as websites or FTP servers.
false
Sets the maximum time, in seconds, a script is allowed to run before it is terminated by the environment.
0
to
9223372036854775807
(PHP_INT_MAX)
Sets custom options to use when installing dependencies using Composer through composer.phar install. For more information including
available options, go to
http://getcomposer.org/doc/03-cli.md#install
.
Description
Default
Valid values
Python platform options
Description
Default
Valid values
See
Environment properties and other software settings
for more information.
Description
Default
Valid values
The file that contains the WSGI application. This file must have an
application
callable.
On Amazon Linux 2 Python platform versions:
application
On Amazon Linux AMI Python platform versions:
application.py
The number of daemon processes that should be started for the process group when running WSGI applications.
The number of threads to be created to handle requests in each daemon process within the process group when running WSGI
applications.
Description
Default
Valid values
Amazon Linux AMI (pre-Amazon Linux 2) platform options
You can use the following namespace to configure the proxy server to serve static files. When the proxy server receives
a request for a file under the specified path, it serves the file directly instead of routing the request to your application. This reduces the number of
requests that your application has to process.
Map a path served by the proxy server to a folder in your source code that contains static assets. Each option that you define in this namespace maps
a different path.
By default, the proxy server in a Python environment serves any files in a folder named
static
at the
/static
path.
Value
Path where the proxy server will serve the files.
Example:
/images
to serve files at
subdomain
.eleasticbeanstalk.com/images
.
Name of the folder containing the files.
Example:
staticimages
to serve files from a folder named
staticimages
at the top level of your source
bundle.
Specifies whether to run
`rake db:migrate`
on behalf of the users' applications; or whether it should be skipped. This is only
applicable to Rails 3 applications.
false
false
Specifies whether the container should run
`rake assets:precompile`
on behalf of the users' applications; or whether it should
be skipped. This is also only applicable to Rails 3 applications.
false
false
A colon (
:
) separated list of groups to ignore when installing dependencies from a Gemfile.
test:development
Specifies what environment stage an application can be run in. Examples of common environments include development, production, test.
production