mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-11-01 09:09:51 +00:00
7 lines
109 B
Text
7 lines
109 B
Text
|
|
server {
|
||
|
|
listen 199.15.250.228:80;
|
||
|
|
location ~ / {
|
||
|
|
proxy_pass http://173.230.136.120;
|
||
|
|
}
|
||
|
|
}
|