diff --git a/conf/nginx.conf b/conf/nginx.conf index acb30f5..36186f0 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -28,7 +28,7 @@ location ~ (__PATH__/proxy/videoplayback|__PATH__/proxy/api/v4/|__PATH__/proxy/a proxy_set_header Connection keep-alive; proxy_max_temp_file_size 32m; access_log off; - proxy_pass http://127.0.0.1:__PORT_PROXY__; + proxy_pass http://127.0.0.1:__PORT_PROXY__/; more_set_headers "Cache-Control: private always"; }