Search:
Preferences
Help/Guide
About Trac
Wiki
View Tickets
Search
Context Navigation
Back to Ticket #1735
Ticket #1735
: server.2.conf
File server.2.conf,
178 bytes
(added by
Roman Mingazeev
,
8 years ago
)
proxy
Line
1
server {
2
listen 127.50.0.1:9991;
3
location / {
4
proxy_buffering off;
5
proxy_ignore_client_abort on;
6
proxy_pass http://127.55.0.1:9991;
7
}
8
}
Download in other formats:
Original Format