Remove nginx to simplify deployment - run OpenObserve directly

This commit is contained in:
Andreas Dueren
2025-08-10 11:06:08 -06:00
parent 9a3709c8e6
commit e7ce347f47
2 changed files with 4 additions and 3 deletions

View File

@@ -5,6 +5,10 @@ fastcgi_temp_path /tmp/nginx_fastcgi;
uwsgi_temp_path /tmp/nginx_uwsgi;
scgi_temp_path /tmp/nginx_scgi;
# Log to stdout/stderr for Cloudron
access_log /proc/1/fd/1;
error_log /proc/1/fd/2;
client_max_body_size 100m;
server {

View File

@@ -70,8 +70,5 @@ if [ -n "${CLOUDRON_MAIL_SMTP_SERVER:-}" ]; then
export ZO_SMTP_PASSWORD="${CLOUDRON_MAIL_SMTP_PASSWORD}"
fi
echo "Starting nginx..."
/usr/sbin/nginx
echo "Starting OpenObserve..."
exec /app/code/openobserve