You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my amplify web interface I am getting the same error for many nginx virtual host .conf files:
Agent could not parse nginx config file
nginx-1.25.1 @ example.com
nginx-1.25.1 @ mail.example.com
Agent could not parse nginx config failed to parse /etc/nginx/conf.d/01-mail.example.com.conf due to: NgxParserDirectiveContextError
Agent could not parse nginx config failed to parse /etc/nginx/conf.d/01-example.com.conf due to: NgxParserDirectiveContextError
In my Nginx error logs I am getting the following errors for multiple virtual hosts:
nginx_config failed to parse /etc/nginx/conf.d/default.conf due to: NgxParserDirectiveContextError
nginx_config failed to parse /etc/nginx/conf.d/01-example.com.conf due to: NgxParserDirectiveContextError
nginx_config failed to parse /etc/nginx/conf.d/01-mail.example.comf due to: NgxParserDirectiveContextError
What could be causing these errors, and how can I debug and fix them?
Thanks
The text was updated successfully, but these errors were encountered:
In my amplify web interface I am getting the same error for many nginx virtual host .conf files:
In my Nginx error logs I am getting the following errors for multiple virtual hosts:
What could be causing these errors, and how can I debug and fix them?
Thanks
The text was updated successfully, but these errors were encountered: