diff --git a/.ebextensions/custom_log.config b/.ebextensions/custom_log.config deleted file mode 100644 index ecf0ad1..0000000 --- a/.ebextensions/custom_log.config +++ /dev/null @@ -1,7 +0,0 @@ -files: - "/etc/httpd/conf.d/custom_log.conf": - mode: "000644" - owner: root - group: root - content: | - LogFormat "%{X-Forwarded-For}i %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" combined diff --git a/.elasticbeanstalk/config.yml b/.elasticbeanstalk/config.yml deleted file mode 100644 index 085f029..0000000 --- a/.elasticbeanstalk/config.yml +++ /dev/null @@ -1,22 +0,0 @@ -branch-defaults: - master: - environment: os-weather -environment-defaults: - os-weather: - branch: null - repository: null -global: - application_name: Weather - default_ec2_keyname: null - default_platform: arn:aws:elasticbeanstalk:us-west-2::platform/Node.js running on - 64bit Amazon Linux/4.8.1 - default_region: us-west-2 - include_git_submodules: true - instance_profile: null - platform_name: null - platform_version: null - profile: eb-cli - sc: git - workspace_type: Application -deploy: - artifact: weather.zip \ No newline at end of file