ricktbaker / beanstalk-nginx-php-fpm

How to replace apache with nginx and php-fpm on AWS beanstalk
MIT License
74 stars 27 forks source link

healtd.nginx.conf typo #5

Closed pz6tnk closed 6 years ago

pz6tnk commented 6 years ago

I have the error while deploying:

ERROR: [Instance: i-0ddd68fb52ba1e030] Command failed on instance. Return code: 1 Output: cp: cannot stat '.ebextensions/setup/config/cron/healthd.nginx.conf': No such file or directory. 
[18:45:21]container_command 080_healthd_nginx_cron_conf in .ebextensions/01_setup.config failed. For more detail, check /var/log/eb-activity.log using console or EB CLI.
[18:45:21]INFO: Command execution completed on all instances. Summary: [Successful: 0, Failed: 1].

I suppose it's a typo in healtd.nginx.conf file

ricktbaker commented 6 years ago

Correct, that file was named wrong. Just renamed it to healthd.nginx.conf and should be good now.