C
C#2y ago
Gage

✅ Nginx Errors

2022-12-05 19:27:52 /docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration
2022-12-05 19:27:52 /docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/
2022-12-05 19:27:52 /docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh
2022-12-05 19:27:52 10-listen-on-ipv6-by-default.sh: info: Getting the checksum of /etc/nginx/conf.d/default.conf
2022-12-05 19:27:52 10-listen-on-ipv6-by-default.sh: info: Enabled listen on IPv6 in /etc/nginx/conf.d/default.conf
2022-12-05 19:27:52 /docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh
2022-12-05 19:27:52 /docker-entrypoint.sh: Launching /docker-entrypoint.d/30-tune-worker-processes.sh
2022-12-05 19:27:52 /docker-entrypoint.sh: Configuration complete; ready for start up
2022-12-05 19:28:02 2022/12/06 00:27:52 [emerg] 1#1: host not found in upstream "Gradebook" in /etc/nginx/nginx.conf:7
2022-12-05 19:28:02 nginx: [emerg] host not found in upstream "Gradebook" in /etc/nginx/nginx.conf:7
2022-12-05 19:27:52 /docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration
2022-12-05 19:27:52 /docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/
2022-12-05 19:27:52 /docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh
2022-12-05 19:27:52 10-listen-on-ipv6-by-default.sh: info: Getting the checksum of /etc/nginx/conf.d/default.conf
2022-12-05 19:27:52 10-listen-on-ipv6-by-default.sh: info: Enabled listen on IPv6 in /etc/nginx/conf.d/default.conf
2022-12-05 19:27:52 /docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh
2022-12-05 19:27:52 /docker-entrypoint.sh: Launching /docker-entrypoint.d/30-tune-worker-processes.sh
2022-12-05 19:27:52 /docker-entrypoint.sh: Configuration complete; ready for start up
2022-12-05 19:28:02 2022/12/06 00:27:52 [emerg] 1#1: host not found in upstream "Gradebook" in /etc/nginx/nginx.conf:7
2022-12-05 19:28:02 nginx: [emerg] host not found in upstream "Gradebook" in /etc/nginx/nginx.conf:7
I think this has to do with my proxy_pass in nginx.conf?
1 Reply
Accord
Accord2y ago
Closed!