maomaodegege 发表于 2022-4-17 20:54:01

求助大佬,怎么设置location 也能php执行这个目录的文件

location /payment
      {
      alias/home/wwwroot/payment-gateway/public;
#      index index.html index.php;
#      include enable-php8.0.conf;
      }
现在这样配置的话只能访问到静态资源,打开php文件还是执行的跟目录文件,求大佬指教

licess 发表于 2022-4-18 11:05:15

alias 目录后面必须要加 /
下面的 include enable-php8.0.conf; 最前面去掉#的注释
页: [1]
查看完整版本: 求助大佬,怎么设置location 也能php执行这个目录的文件