Changes between Initial Version and Version 1 of Ticket #178, comment 1


Ignore:
Timestamp:
12/02/2013 03:50:30 PM (12 years ago)
Author:
jiangyichao
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #178, comment 1

    initial v1  
    11nginx配置文件的缺失 
     2在topic.do的配置里面缺少了 
     3            proxy_pass          http://WEB_APP; 
     4            proxy_redirect      off; 
     5            proxy_set_header    Host             $host; 
     6            proxy_set_header    X-Real-IP        $remote_addr; 
     7            proxy_set_header    X-Forwarded-For  $proxy_add_x_forwarded_for; 
     8的代码块