Skip to content

Commit 6de5332

Browse files
committed
Merge branch 'main' into feat/twilio-followup
2 parents c541c53 + 66272a4 commit 6de5332

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

cloudrun-wrapper.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ http {
5959
6060
# Configure log files to use /tmp for non-root execution
6161
access_log /tmp/cloudrun-nginx-access.log;
62-
6362
# Create temp directories for nginx (non-root execution)
6463
client_body_temp_path /tmp/nginx_client_temp;
6564
proxy_temp_path /tmp/nginx_proxy_temp;

supervisor/services-cloudrun/neko.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ priority=15
77
stdout_logfile=/var/log/supervisord/neko/neko.log
88
stdout_logfile_maxbytes=50MB
99
redirect_stderr=true
10-
environment=HOME="/home/kernel",USER="kernel",DISPLAY=":1"
10+
environment=HOME="/home/kernel",USER="kernel",DISPLAY=":1"

0 commit comments

Comments
 (0)