nginx一些技術命令

一、修改配置文件後,指定配置文件並重啓nginxnginx

nginx -s reload -c nginx.conf

二、配置nginx代理json

location /clz/ {
    proxy_pass	http://localhost:8088/;
    proxy_connect_timeout	300000s;
    proxy_send_timeout	30000s;
    proxy_read_timeout	30000s;
}
相關文章
相關標籤/搜索