Daniel García
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
0 deletions
-
PROXY.md
|
@ -39,6 +39,10 @@ server { |
|
|
|
|
|
|
|
|
location / { |
|
|
location / { |
|
|
proxy_pass http://<SERVER>:80; |
|
|
proxy_pass http://<SERVER>:80; |
|
|
|
|
|
proxy_set_header Host $host; |
|
|
|
|
|
proxy_set_header X-Real-IP $remote_addr; |
|
|
|
|
|
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; |
|
|
|
|
|
proxy_set_header X-Forwarded-Proto $scheme; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
location /notifications/hub { |
|
|
location /notifications/hub { |
|
|