proxy.conf
Posted jcici
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了proxy.conf相关的知识,希望对你有一定的参考价值。
proxy.conf配置文件
proxy_connect_timeout 300; proxy_send_timeout 300; proxy_read_timeout 300; proxy_buffer_size 5m; proxy_buffers 4 5m; proxy_busy_buffers_size 5m; proxy_temp_file_write_size 5m; #proxy_redirect off; proxy_hide_header Vary; proxy_set_header Accept-Encoding ""; proxy_set_header Referer $http_referer; proxy_set_header Cookie $http_cookie; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $remote_addr; #proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto https;
以上是关于proxy.conf的主要内容,如果未能解决你的问题,请参考以下文章
proxy.conf.json在Angular 6中无法按预期工作