您的位置 首页 nginx

nginx log 相关

nginx log

 

server {
	listen 8191;
	server_name uat.k8sdashu.cn;
        location / {
            proxy_pass http://192.168.1.209:31805;
            include proxy_params;
            proxy_http_version 1.1;
            proxy_set_header Upgrade $http_upgrade;
            proxy_set_header Connection "upgrade";
          }        

        error_page 502 503 /50x.html;
        location = /50x.html {
              root /usr/share/nginx/html;
         }

    access_log  /var/log/nginx/uat-cloudservice2.kattgatt.com.log;
    error_log  /var/log/nginx/uat-cloudservice2.kattgatt.com.error.log;

}

 

 

欢迎来撩 : 汇总all

白眉大叔

关于白眉大叔linux云计算: 白眉大叔

热门文章