Sha256: 37db806f71061783114becac7074598115bd09206940a60736e890f9f01a60c4

Contents?: true

Size: 660 Bytes

Versions: 3

Compression:

Stored size: 660 Bytes

Contents

---
layout: post
category: linux
title: linux 系统安装
published: false
---

server {
  listen       9099;
  server_name  localhost;
  root /mnt/data0/device/deviceserver/logserver;

  location /logstash {
    client_max_body_size    20m;
    proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
    proxy_set_header Host $http_host;
    proxy_redirect off;
    proxy_pass http://127.0.0.1:9200;
  }

  location /cmd {
    proxy_pass http://127.0.0.1:9700;
  }

  location /cmd_v2 {
    proxy_pass http://127.0.0.1:9701;
  }

  location / {
    root   /Users/qin/work/logserver;
    index  index.html;
    proxy_pass http://127.0.0.1:8080;
  }

}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rails_auth-1.0.6 test/dummy/node_modules/yougexiangfa_ui/_posts/linux/2017-05-17-nginx.md
rails_auth-1.0.5 test/dummy/node_modules/yougexiangfa_ui/_posts/linux/2017-05-17-nginx.md
rails_auth-1.0.4 test/dummy/node_modules/yougexiangfa_ui/_posts/linux/2017-05-17-nginx.md