feat(template): add vue history router config

This commit is contained in:
Jacky 2025-02-08 15:39:44 +08:00
parent 7cf38254a7
commit 5ce65f7047
No known key found for this signature in database
GPG key ID: 215C21B10DF38B4D

View 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;
}