开发四年只会写业务代码,分布式高并发都不会还做程序员?->>>

src="./themes/pmahomme/img/logo_right.png"这样的路径可以显示图片
src="themes/pmahomme/img/logo_right.png"这样就显示不了
nginx配置:
server{ listen 8888; charset utf-8; location / { root /data0/htdocs/phpMyAdmin; proxy_set_header X-Real-IP $remote_addr; client_max_body_size 100m; fastcgi_pass 127.0.0.1:9000; fastcgi_index index.php; include fcgi.conf; } }