This commit is contained in:
jack ning
2025-11-22 16:00:39 +08:00
parent 4445905084
commit 18bd39845c
148 changed files with 16 additions and 0 deletions

View File

@@ -75,6 +75,14 @@ server {
try_files $uri $uri/ /kanban/index.html;
}
location = /forum {
try_files $uri $uri/ /forum/index.html;
}
location /forum/ {
try_files $uri $uri/ /forum/index.html;
}
# 增加 /helpcenter/ 路径为多个帮助中心的路由,支持如下路径:
# /helpcenter/1507155949694980
# /helpcenter/1507155949691234

View File

@@ -71,6 +71,14 @@ server {
try_files $uri $uri/ /kanban/index.html;
}
location = /forum {
try_files $uri $uri/ /forum/index.html;
}
location /forum/ {
try_files $uri $uri/ /forum/index.html;
}
# 增加 /helpcenter/ 路径为多个帮助中心的路由,支持如下路径:
# /helpcenter/1507155949694980
# /helpcenter/1507155949691234

View File

Before

Width:  |  Height:  |  Size: 6.9 KiB

After

Width:  |  Height:  |  Size: 6.9 KiB

View File

Before

Width:  |  Height:  |  Size: 94 KiB

After

Width:  |  Height:  |  Size: 94 KiB

View File

Before

Width:  |  Height:  |  Size: 168 KiB

After

Width:  |  Height:  |  Size: 168 KiB

View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

Before

Width:  |  Height:  |  Size: 279 B

After

Width:  |  Height:  |  Size: 279 B

View File

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

Some files were not shown because too many files have changed in this diff Show More