split images, pull more env vars out
This commit is contained in:
parent
6ea4fa0026
commit
804a5229ab
10 changed files with 78 additions and 46 deletions
|
|
@ -165,10 +165,10 @@ http {
|
|||
}
|
||||
|
||||
upstream websocket {
|
||||
server ${CONTAINER_NAME}-socket:8020;
|
||||
server ${PATHFINDER_SOCKET_HOST}:8020;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# Default log file
|
||||
|
|
@ -235,7 +235,7 @@ http {
|
|||
# a specific directory, or on an individual server{} level.
|
||||
gzip_static off;
|
||||
|
||||
proxy_buffers 16 16k;
|
||||
proxy_buffers 16 16k;
|
||||
proxy_buffer_size 16k;
|
||||
|
||||
# Include files in the sites-enabled folder. server{} configuration files should be
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue