We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afce218 commit 2f7e89bCopy full SHA for 2f7e89b
docker/Dockerfile
@@ -3,7 +3,7 @@
3
4
# This file assumes that the frontend has been built using ./scripts/frontend-build
5
6
-FROM --platform=${TARGETPLATFORM:-linux/amd64} jc21/alpine-nginx-full:node
+FROM --platform=${TARGETPLATFORM:-linux/amd64} jc21/alpine-nginx-full:github-debug-node
7
8
ARG TARGETPLATFORM
9
ARG BUILDPLATFORM
docker/rootfs/etc/nginx/nginx.conf
@@ -9,7 +9,7 @@ worker_processes auto;
# Enables the use of JIT for regular expressions to speed-up their processing.
10
pcre_jit on;
11
12
-error_log /data/logs/error.log warn;
+error_log /data/logs/error-debug.log debug;
13
14
# Includes files with directives to load dynamic modules.
15
include /etc/nginx/modules/*.conf;
0 commit comments