ng 部署配置问题

2022-03-29  本文已影响0人  快乐的大鹅

location / {
    #root   html;
    root   /usr/share/nginx/html;
    index  index.html index.htm;
    try_files $uri /sop-web-jilin-new/index.html;

    # fix 304
    expires -1;
    if_modified_since off;
    add_header Last-Modified "";
    add_header Cache-Control no-cache;
    etag off;
}

上一篇下一篇

猜你喜欢

热点阅读