mirror of
https://github.com/viq/NewsBlur.git
synced 2025-04-13 09:38:09 +00:00
Adding hblog as possible server in nginx.
This commit is contained in:
parent
bfbe5496ca
commit
49c09a9ba2
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ server {
|
|||
listen 81;
|
||||
{% endif %}
|
||||
|
||||
server_name blog.newsblur.com blog2.newsblur.com;
|
||||
server_name blog.newsblur.com blog2.newsblur.com hblog.newsblur.com;
|
||||
|
||||
set_real_ip_from 0.0.0.0/0;
|
||||
real_ip_header X-Forwarded-For;
|
||||
|
|
Loading…
Add table
Reference in a new issue