diff --git a/openresty/config/vhost/default.conf.example b/openresty/config/vhost/default.conf.example index 3dc6001..2f0b6c7 100644 --- a/openresty/config/vhost/default.conf.example +++ b/openresty/config/vhost/default.conf.example @@ -48,7 +48,7 @@ server { # # add_header 'Access-Control-Allow-Origin' $http_origin; # # add_header 'Access-Control-Allow-Credentials' 'true'; # # add_header 'Access-Control-Allow-Headers' 'Accept,Authorization,Cache-Control,Content-Type,DNT,If-Modified-Since,Keep-Alive,Origin,User-Agent,X-Mx-ReqToken,X-Requested-With'; - # include proxy.conf + # include proxy.conf; # proxy_pass http://php81:22349; # } location ~ [^/]\.php(/|$) { diff --git a/start.sh b/start.sh index d84fd7b..9c96eff 100644 --- a/start.sh +++ b/start.sh @@ -66,7 +66,7 @@ systemctl enable docker fi if ! command -v docker-compose >/dev/null 2>&1 ; then - curl -L https://github.chenc.dev/https://github.com/docker/compose/releases/download/v2.18.1/docker-compose-linux-x86_64 -o /usr/local/bin/docker-compose + curl -L https://gh-mirrors.qra.ink/https://github.com/docker/compose/releases/download/v2.18.1/docker-compose-linux-x86_64 -o /usr/local/bin/docker-compose chmod +x /usr/local/bin/docker-compose fi