nginx配置只允许访问特定文件

时间:2017-01-23 14:06:01

标签: php nginx

我对nginx很新(只是从Apache和.htaccess文件迁移),我的设置非常具体。我想:

  1. 允许访问index.html,/ build,/ images,/ api / public / index.php ONLY
  2. 将所有请求汇集到index.html UNLESS文件存在于其中 / images或/ build
  3. 除了/ api文件夹中的任何请求外,其中 必须全部汇入/api/public/index.php。
  4. index.php是我的API前端控制器,虽然这会打开其他一百万个PHP文件,但我的理解是HTTP请求者不需要访问这些文件。

    那么,哪里开始呢?

0 个答案:

没有答案