Skip to content

Commit

Permalink
Merge branch 'develop' into php
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoey2936 committed May 31, 2024
2 parents ec5327f + 68768e2 commit ef83fe9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Caddy.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM caddy:2.7.6 as caddy
FROM caddy:2.8.1 as caddy

FROM alpine:3.20.0
RUN apk add --no-cache ca-certificates tzdata
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN apk upgrade --no-cache -a && \
FROM zoeyvid/nginx-quic:287
SHELL ["/bin/ash", "-eo", "pipefail", "-c"]

ARG CRS_VER=v4.2.0
ARG CRS_VER=v4.3.0

COPY rootfs /
COPY src /app/src
Expand Down
2 changes: 1 addition & 1 deletion rootfs/usr/local/nginx/conf/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ http {

resolver local=on valid=10s ipv6=on;
fastcgi_index index.php;
index index.php index.html;
index index.html index.php;

error_page 404 =307 $scheme://$host:$server_port;
error_page 497 =301 https://$host:$server_port$request_uri;
Expand Down

0 comments on commit ef83fe9

Please sign in to comment.