Skip to content

Commit

Permalink
chore(nginx-code): Update NGINX force domain and redirect status code…
Browse files Browse the repository at this point in the history
…s to 307
  • Loading branch information
alimd committed Dec 16, 2023
1 parent 7698071 commit 1b59202
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nginx-core/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ ENV NGINX_ACCESS_LOG="/var/log/nginx/access.log json" \
NGINX_AUTOINDEX=off \
NGINX_DOCUMENT_ROOT=/data \
NGINX_FORCE_DOMAIN="" \
NGINX_FORCE_DOMAIN_STATUS=302 \
NGINX_FORCE_REDIRECT_STATUS=302 \
NGINX_FORCE_DOMAIN_STATUS=307 \
NGINX_FORCE_REDIRECT_STATUS=307 \
NGINX_ENTRYPOINT_WORKER_PROCESSES_AUTOTUNE=1 \
NGINX_ENTRYPOINT_QUIET_LOGS=""

Expand Down

0 comments on commit 1b59202

Please sign in to comment.