gpt4 book ai didi

laravel - 使用服务器 nginx 将所有请求重定向到 azure WebApp 中的文件夹/public

转载 作者:行者123 更新时间:2023-12-03 06:10:08 24 4
gpt4 key购买 nike

我需要重定向我对public文件夹的要求,我无法更改位于/etc/nginx/sites-enaable中的默认文件,因为更改不是持久性的,例如faco来做这个重定向

我尝试配置默认值,但配置不持久。

最佳答案

在项目根目录中创建.htaccess文件:

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^(.*)$ public/$1 [L]
</IfModule>

关于laravel - 使用服务器 nginx 将所有请求重定向到 azure WebApp 中的文件夹/public,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/76890896/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com