我对nginx很新(只是从Apache和.htaccess文件迁移),我的设置非常具体。我想:
- 允许访问index.html,/ build,/ images,/ api / public / index.php
ONLY
- 将所有请求汇集到index.html UNLESS文件存在于其中
/ images或/ build
- 除了/ api文件夹中的任何请求外,其中
必须全部汇入/api/public/index.php。
醇>
index.php是我的API前端控制器,虽然这会打开其他一百万个PHP文件,但我的理解是HTTP请求者不需要访问这些文件。
那么,哪里开始呢?