这是我的NGNIX配置,有什么问题吗 server { #listen 80; ## listen for ipv4; this line is default and implied #listen [::]:80 default ipv6only=on; ## listen for ipv6
root /home/hh/www; index index.php index.html index.htm;
# Make site accessible from http://localhost/ server_name 113.77.206.42; listen 80; location / { # First attempt to serve request as file, then # as directory, then fall back to index.html try_files $uri $uri/ /index.html;