We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 734e7f1 commit 3dd1b57Copy full SHA for 3dd1b57
config/bgmi_nginx.conf
@@ -5,6 +5,10 @@ server {
5
autoindex on;
6
charset utf-8;
7
8
+ location = /bangumi {
9
+ return 301 $scheme://$http_host/bangumi/;
10
+ }
11
+
12
location /bangumi {
13
alias /bgmi/bangumi;
14
}
0 commit comments