Skip to content

Commit d4a3a10

Browse files
committed
build(nginx): do not use root user
1 parent 066c200 commit d4a3a10

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

openid-connect-provider-debugger/nginx.conf.patch

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
--- /usr/local/openresty/nginx/conf/nginx.conf 2020-05-14 13:27:29.168451660 -0700
22
+++ /usr/local/openresty/nginx/conf/nginx.conf 2020-05-14 13:28:29.583197857 -0700
3-
@@ -24,6 +24,17 @@
3+
@@ -24,6 +24,19 @@
44

55

66

77
+error_log /dev/stderr debug;
88
+
9+
+user openresty;
10+
+
911
+env oidc_client_id;
1012
+env oidc_client_secret;
1113
+env oidc_discovery;

0 commit comments

Comments
 (0)