开发者社区> 问答> 正文

阿里linux下php如何显示javascript

采用 阿里 的LINUX系统,nignx+php. 其它PHP都正常。就是 用a.php输出JS不行,直接访问a.php会 下载 PHP 文件。直接下载的就是源代码。晕。 这是我的nignx配置,请 帮助 server {         listen       80;         server_name  xxx .com www.  xxx.com;     index index.html index.htm index.php;     root /alidata/www/xxx/;     location ~ ^/xxx(.*)$ {       alias /alidata/www/xxx/$1;         }     location ~ .*\.(php|php5)?$     {         #fastcgi_pass  unix:/tmp/php-cgi.sock;         fastcgi_pass  127.0.0.1:9000;         fastcgi_index index.php;         include fastcgi.conf;         }     location ~ .*\.(gif|jpg|jpeg|png|bmp|swf)$     {         expires 30d;     }     location ~ .*\.(js|css)?$     {         expires 1h;     }      }

展开
收起
sxzlkc 2015-04-23 21:41:34 10104 0
1 条回答
写回答
取消 提交回答
  • Re阿里linux下php如何显示javascript
    至少把代码弄得整齐点吧,这样怎么看啊
    2015-04-24 11:20:34
    赞同 展开评论 打赏
问答排行榜
最热
最新

相关电子书

更多
阿里云栖开发者沙龙PHP技术专场-直面PHP微服务架构挑战-高驰涛 立即下载
PHP安全开发:从白帽角度做安全 立即下载
PHP 2017.北京 全球开发者大会——高可用的PHP 立即下载