Problem in Production Mode [related to Docker]

Well i am running the production mode server .It starts normally without any errors in the terminal,but the site is not opening ,the developer site is working fine
Well i want to check the supervisor and nginx logs so that can i find the error
Any help in finding them…

I have run the production mode command i have no errors in it…
supervisor.conf already exists and this will overwrite it. Do you want to continue? [y/N]: Y
Port configuration list:

Site site1.local assigned port: 80
nginx.conf already exists and this will overwrite it. Do you want to continue? [y/N]: Y
INFO:bench.utils:sudo /usr/bin/supervisorctl reread
No config updates to processes
INFO:bench.utils:sudo /usr/bin/supervisorctl update
nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
nginx: configuration file /etc/nginx/nginx.conf test is successful
INFO:bench.utils:sudo service nginx reload

  • Reloading nginx configuration nginx

and still i am unable to access the ip
and i checked the supervisorctl status also
frappe-bench-redis:frappe-bench-redis-cache RUNNING pid 9936, uptime 0:00:05
frappe-bench-redis:frappe-bench-redis-queue RUNNING pid 9932, uptime 0:00:05
frappe-bench-redis:frappe-bench-redis-socketio RUNNING pid 9937, uptime 0:00:05
frappe-bench-web:frappe-bench-frappe-web RUNNING pid 9930, uptime 0:00:05
frappe-bench-web:frappe-bench-node-socketio RUNNING pid 9931, uptime 0:00:05
frappe-bench-workers:frappe-bench-frappe-default-worker-0 RUNNING pid 9927, uptime 0:00:05
frappe-bench-workers:frappe-bench-frappe-long-worker-0 RUNNING pid 9928, uptime 0:00:05
frappe-bench-workers:frappe-bench-frappe-schedule RUNNING pid 9926, uptime 0:00:05
frappe-bench-workers:frappe-bench-frappe-short-worker-0 RUNNING pid 9929, uptime 0:00:05

but it is also working fine
I am unable to find the error can anyone please help me…

Can you at least share an error trace?

I resolved it …I am using it in a docker the port is the problem
Thank you for replying me

@NAGENDRA_KOMMIREDDI please share full information when you are asking questions on the forum. You are asking for someone’s time, so make sure your questions are of a good quality. Share complete information (like you are using docker).

1 Like