Remove nginx to simplify deployment - run OpenObserve directly
This commit is contained in:
@@ -5,6 +5,10 @@ fastcgi_temp_path /tmp/nginx_fastcgi;
|
|||||||
uwsgi_temp_path /tmp/nginx_uwsgi;
|
uwsgi_temp_path /tmp/nginx_uwsgi;
|
||||||
scgi_temp_path /tmp/nginx_scgi;
|
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;
|
client_max_body_size 100m;
|
||||||
|
|
||||||
server {
|
server {
|
||||||
|
3
start.sh
3
start.sh
@@ -70,8 +70,5 @@ if [ -n "${CLOUDRON_MAIL_SMTP_SERVER:-}" ]; then
|
|||||||
export ZO_SMTP_PASSWORD="${CLOUDRON_MAIL_SMTP_PASSWORD}"
|
export ZO_SMTP_PASSWORD="${CLOUDRON_MAIL_SMTP_PASSWORD}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Starting nginx..."
|
|
||||||
/usr/sbin/nginx
|
|
||||||
|
|
||||||
echo "Starting OpenObserve..."
|
echo "Starting OpenObserve..."
|
||||||
exec /app/code/openobserve
|
exec /app/code/openobserve
|
Reference in New Issue
Block a user