File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -140,6 +140,8 @@ server {
140140 gzip_comp_level 1;
141141 gzip_types text/x-ssa;
142142 proxy_buffer_size 64m;
143+ proxy_buffers 64 64m;
144+ proxy_busy_buffers_size 64m;
143145 location ~ /(socket|embywebsocket) {
144146 proxy_pass $EMBY_SERVER_URL;
145147 proxy_http_version 1.1;
@@ -163,6 +165,11 @@ server {
163165 #修改为你的fontinass服务器地址
164166 proxy_pass http://127.0.0.1:8011;
165167 }
168+
169+ location ~* /v/api/v1/subtitle/dl/(.*) {
170+ #修改为你的fontinass服务器地址
171+ proxy_pass http://127.0.0.1:8011;
172+ }
166173
167174 location ~* /web/bower_components/(.*)/subtitles-octopus.js {
168175 #修改为你的fontinass服务器地址
Original file line number Diff line number Diff line change 66 gzip_comp_level $NGINX_GZIP_COMP_LEVEL;
77 gzip_types text/x-ssa;
88 proxy_buffer_size 64m;
9+ proxy_buffers 64 64m;
10+ proxy_busy_buffers_size 64m;
911
1012 location ~ /(socket|embywebsocket) {
1113 proxy_pass $EMBY_SERVER_URL;
You can’t perform that action at this time.
0 commit comments