Merge "Update reverse proxy configuration example for nginx"
This commit is contained in:
commit
b459ab1d76
@ -99,7 +99,7 @@ as this one:
|
||||
listen 80;
|
||||
server_name review.example.com;
|
||||
|
||||
location /r/ {
|
||||
location ^~ /r/ {
|
||||
proxy_pass http://127.0.0.1:8081;
|
||||
proxy_set_header X-Forwarded-For $remote_addr;
|
||||
proxy_set_header Host $host;
|
||||
|
Loading…
Reference in New Issue
Block a user