Skip to content

Commit

Permalink
Update start.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <[email protected]>
  • Loading branch information
Zoey2936 authored Jul 30, 2023
1 parent c1ae3a4 commit 541740b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rootfs/bin/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -555,8 +555,7 @@ find /data/nginx -type f -name '*.conf' -exec sed -i "s|add_header alt-svc 'h3=\
find /data/nginx -type f -name '*.conf' -exec sed -i "/ma=86400, h3-29=\":443\";/d" {} \;
find /data/nginx -type f -name '*.conf' -exec sed -i "/^[[:space:]]*ma=86400';[[:space:]]*$/d" {} \;

# https://github.com/ZoeyVid/nginx-proxy-manager/issues/345
#nginxbeautifier -s 4 -r /data/nginx
nginxbeautifier -s 4 -r /data/nginx

rm -f /usr/local/nginx/logs/nginx.pid

Expand Down

0 comments on commit 541740b

Please sign in to comment.