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;
|
||||
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 {
|
||||
|
Reference in New Issue
Block a user