7

Nginx|Vue|Laravel 伪静态规则

 1 year ago
source link: http://surest.cn/archives/220/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

Nginx|Vue|Laravel 伪静态规则

Published on Jan 30, 2023 in Linux其他 with 0 comment

Vue Spa 伪静态

location / {
        try_files $uri $uri/ /index.html;
}

Laravel 伪静态

location / {  
    try_files $uri $uri/ /index.php$is_args$query_string;  
}

本文由 邓尘锋 创作,采用 知识共享署名4.0 国际许可协议进行许可
本站文章除注明转载/出处外,均为本站原创或翻译,转载前请务必署名
最后编辑时间为: Jan 30, 2023 at 10:22 am


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK