This commit is contained in:
parent
e0d2f9b3ad
commit
33754c6e0b
58
nginx.conf
58
nginx.conf
@ -9,35 +9,35 @@ server {
|
|||||||
index index.html index.htm;
|
index index.html index.htm;
|
||||||
}
|
}
|
||||||
|
|
||||||
; location /api/v1/proxies {
|
# location /api/v1/proxies {
|
||||||
; resolver 10.43.0.10 valid=10s; # 6.6.6.6 为自建DNS
|
# resolver 10.43.0.10 valid=10s; # 6.6.6.6 为自建DNS
|
||||||
; proxy_pass http://ht-watcher:8080;
|
# proxy_pass http://ht-watcher:8080;
|
||||||
; }
|
# }
|
||||||
;
|
#
|
||||||
; location /api/v1/pushers {
|
# location /api/v1/pushers {
|
||||||
; resolver 10.43.0.10 valid=10s; # 6.6.6.6 为自建DNS
|
# resolver 10.43.0.10 valid=10s; # 6.6.6.6 为自建DNS
|
||||||
; proxy_pass http://pusher:8080;
|
# proxy_pass http://pusher:8080;
|
||||||
; }
|
# }
|
||||||
;
|
#
|
||||||
; location /api/v1/push {
|
# location /api/v1/push {
|
||||||
; resolver 10.43.0.10 valid=10s; # 6.6.6.6 为自建DNS
|
# resolver 10.43.0.10 valid=10s; # 6.6.6.6 为自建DNS
|
||||||
; proxy_pass http://pusher:8080;
|
# proxy_pass http://pusher:8080;
|
||||||
; }
|
# }
|
||||||
;
|
#
|
||||||
; location /api/v1/watchers {
|
# location /api/v1/watchers {
|
||||||
; resolver 10.43.0.10 valid=10s; # 6.6.6.6 为自建DNS
|
# resolver 10.43.0.10 valid=10s; # 6.6.6.6 为自建DNS
|
||||||
; proxy_pass http://ht-watcher:8080;
|
# proxy_pass http://ht-watcher:8080;
|
||||||
; }
|
# }
|
||||||
;
|
#
|
||||||
; location /api/v1/spider{
|
# location /api/v1/spider{
|
||||||
; resolver 10.43.0.10 valid=10s; # 6.6.6.6 为自建DNS
|
# resolver 10.43.0.10 valid=10s; # 6.6.6.6 为自建DNS
|
||||||
; proxy_pass http://product-spider:8080;
|
# proxy_pass http://product-spider:8080;
|
||||||
; }
|
# }
|
||||||
;
|
#
|
||||||
; location /api/v1/products {
|
# location /api/v1/products {
|
||||||
; resolver 10.43.0.10 valid=10s; # 6.6.6.6 为自建DNS
|
# resolver 10.43.0.10 valid=10s; # 6.6.6.6 为自建DNS
|
||||||
; proxy_pass http://product-backend:8080;
|
# proxy_pass http://product-backend:8080;
|
||||||
; }
|
# }
|
||||||
|
|
||||||
error_page 500 502 503 504 /50x.html;
|
error_page 500 502 503 504 /50x.html;
|
||||||
location = /50x.html {
|
location = /50x.html {
|
||||||
|
Loading…
Reference in New Issue
Block a user