For reference, I am attaching my location block for catching files with the .php extension: location ~ \.php$ { include /path/to/fastcgi_params; fastcgi_pass 127.0.0.1:9000; fastcgi_index index.php; fastcgi_param SCRIPT_FILENAME $document_root/$fastc
我这次是在真实机器上面安装的ubuntu16.04 在配置了静态ip后不懂什么原因默认的eno1网卡变回了eth0网卡之后就不能上网, 同一个网段的其他集群节点也不能ping 通 因为ubuntu16.04的默认网卡不再是eth0了.今天突然变回来了 我本来以为就是变配置文件 root@nssa-sensor1:~# vim /etc/network/interfaces把对应的网卡名字修改了就可以了 # interfaces() file used by ifup() and ifdown()