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.
2 parents c541c53 + 66272a4 commit 6de5332Copy full SHA for 6de5332
cloudrun-wrapper.sh
@@ -59,7 +59,6 @@ http {
59
60
# Configure log files to use /tmp for non-root execution
61
access_log /tmp/cloudrun-nginx-access.log;
62
-
63
# Create temp directories for nginx (non-root execution)
64
client_body_temp_path /tmp/nginx_client_temp;
65
proxy_temp_path /tmp/nginx_proxy_temp;
supervisor/services-cloudrun/neko.conf
@@ -7,4 +7,4 @@ priority=15
7
stdout_logfile=/var/log/supervisord/neko/neko.log
8
stdout_logfile_maxbytes=50MB
9
redirect_stderr=true
10
-environment=HOME="/home/kernel",USER="kernel",DISPLAY=":1"
+environment=HOME="/home/kernel",USER="kernel",DISPLAY=":1"
0 commit comments