This commit is contained in:
parent
28dd26e873
commit
bb0761bb55
@ -37,6 +37,6 @@ sed -i "s/client_max_body_size 500M;/client_max_body_size ${MAX_UPLOAD_SIZE};/"
|
|||||||
|
|
||||||
# Start Nginx
|
# Start Nginx
|
||||||
echo "Starting PHP & Nginx"
|
echo "Starting PHP & Nginx"
|
||||||
/etc/init.d/php8.1-fpm start \
|
/etc/init.d/php8.1-fpm start &&
|
||||||
chmod 777 /run/php/php8.1-fpm.sock \
|
chmod 777 /run/php/php8.1-fpm.sock &&
|
||||||
nginx -g 'daemon off;'
|
nginx -g 'daemon off;'
|
Loading…
Reference in New Issue
Block a user