Skip to content

Add "static file" configuration to eb task #3

@tdesposito

Description

@tdesposito

Add options to configure eb proxy to set the location/href of static files:

The config should look like:

{
  "extensions": {
    "static_files": {
      "/static": "static",
      "/html": "htmldocs",
    }
  }
}

The result in the .ebextensions/60-devpail-options.config file should be of the form:

aws:elasticbeanstalk:environment:proxy:staticfiles:
    /static: static
    /html: htmldocs

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions