Fix Redis requirement, nginx logging, and prisma path
This commit is contained in:
@@ -13,6 +13,10 @@ server {
|
||||
fastcgi_temp_path /tmp/nginx_fastcgi_temp;
|
||||
uwsgi_temp_path /tmp/nginx_uwsgi_temp;
|
||||
scgi_temp_path /tmp/nginx_scgi_temp;
|
||||
|
||||
# Log to stdout/stderr instead of files
|
||||
access_log /dev/stdout;
|
||||
error_log /dev/stderr;
|
||||
|
||||
# Enable compression
|
||||
gzip on;
|
||||
|
Reference in New Issue
Block a user