mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
feat(template): add vue history router config
This commit is contained in:
parent
7cf38254a7
commit
5ce65f7047
1 changed files with 9 additions and 0 deletions
9
template/block/vue-router-history-mode.conf
Normal file
9
template/block/vue-router-history-mode.conf
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
# Nginx UI Template Start
|
||||||
|
name = "Vue History Router"
|
||||||
|
author = "@0xJacky"
|
||||||
|
description = { en = "Vue Router History Mode Config", zh_CN = "Vue Router History 模式配置", zh_TW = "Vue Router History 模式配置" }
|
||||||
|
# Nginx UI Template End
|
||||||
|
|
||||||
|
location / {
|
||||||
|
try_files $uri $uri/ /index.html;
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue