server {
        listen       80;
        server_name  localhost;
              root F:/360downloads/;
             
        location / {
            index  index.html index.htm;
        }

        error_page   500 502 503 504  /50x.html;
        location = /50x.html {
            root   html;
        }
    }

 

nginx静态资源代理配置

 

相关文章:

  • 2022-01-10
  • 2021-07-01
  • 2022-01-20
  • 2022-12-23
  • 2021-11-30
  • 2021-11-30
猜你喜欢
  • 2022-01-20
  • 2021-10-24
  • 2021-11-30
  • 2021-12-22
  • 2021-11-30
  • 2021-12-06
  • 2021-12-31
相关资源
相似解决方案