nginx资源定向 css js路径问题
今天玩玩項(xiàng)目,學(xué)學(xué)nginx發(fā)現(xiàn)還不錯(cuò),速度還可以,但是CSS JS確無法使用,原來Iginx配置時(shí)需要對(duì)不同類型的文件配置規(guī)則,真是很郁悶,不過想想也還是很有道理。閑暇之際,把配置貼上來。
#user nobody;
worker_processes 1;
error_log logs/error.log;
pid logs/nginx.pid;
events {
worker_connections 1024;
}
http {
include mime.types;
default_type application/octet-stream;
#log_format main '$remote_addr - $remote_user [$time_local] "$request" '
# '$status $body_bytes_sent "$http_referer" '
# '"$http_user_agent" "$http_x_forwarded_for"';
access_log logs/access.log ;
sendfile on;
#tcp_nopush on;
#keepalive_timeout 0;
keepalive_timeout 65;
#gzip on;
server {
listen 8081 default;
server_name localhost;
charset utf-8;
location / {
index index.php;
if (!-e $request_filename) {
#rewrite ^/myapp/(.*\.(css|js|jpg|gif|png))$ /$1 last;
rewrite ^/(.*)$ /index.php/$1;
break;
}
}
location ~ .+\.php($|/) {
set $script $uri;
set $path_info "/";
if ($uri ~ "^(.+\.php)(/.+)") {
set $script $1;
set $path_info $2;
}
include fcgi.conf;
root D:\Apache2.2\htdocs\myblog;
fastcgi_pass 127.0.0.1:9000;
fastcgi_index index.php?IF_REWRITE=1;
fastcgi_param PATH_INFO $path_info;
fastcgi_param SCRIPT_FILENAME $document_root/$script;
fastcgi_param SCRIPT_NAME $script;
}
location ~* .(jpg|gif|png|js|css)$ {
root D:\Apache2.2\htdocs\myblog;
if (-f $request_filename) {
expires max;
break;
}
}
}
}
轉(zhuǎn)載于:https://www.cnblogs.com/mengdejun/p/3376394.html
總結(jié)
以上是生活随笔為你收集整理的nginx资源定向 css js路径问题的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 输卵管通水一般什么时候做最好?
- 下一篇: 鬼泣5第20关怎么过 他老是有替身 打不