Skip to content

Commit 355fc9f

Browse files
authored
Update nginx.sh
Fix the error that the web server is permanently marked as starting
1 parent 820d55d commit 355fc9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nginx.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ php-fpm$PHP_VERSION -c /home/container/php/php.ini --fpm-config /home/container/
1212

1313
# [Docker] Starting NGINX
1414
echo "[Docker] Starting NGINX"
15-
nginx -c /home/container/nginx/nginx.conf -p /home/container
16-
1715
echo "[Docker] Services successfully launched"
16+
17+
nginx -c /home/container/nginx/nginx.conf -p /home/container

0 commit comments

Comments
 (0)