We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a18e07 commit bc882b6Copy full SHA for bc882b6
nginx.conf
@@ -191,7 +191,7 @@ http {
191
}
192
193
# handle proxy sending redirection requests
194
- proxy_redirect ~^(https?://.+) /main/$1;
+ proxy_redirect ~^(https?://.+) $proxy_prefix/main/$1;
195
196
sub_filter_once off;
197
# sub_filter_types text/html; already text/html by default but leaving it here for clarity
0 commit comments