Skip to content

Commit a9744f9

Browse files
authored
remove payment from enginx config (#170)
1 parent f2e462d commit a9744f9

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

Deployment/nginx.conf

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ http {
3131
server websocket:8097;
3232
}
3333

34-
upstream docker-payment {
35-
server payment:9995;
36-
}
37-
3834
proxy_set_header Host $host;
3935
proxy_set_header X-Real-IP $remote_addr;
4036
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
@@ -82,11 +78,6 @@ http {
8278
rewrite ^/storage/(.*)$ /$1 break;
8379
}
8480

85-
location /payment {
86-
proxy_pass http://docker-payment;
87-
rewrite ^/payment(.*)$ $1 break;
88-
}
89-
9081
location /stream {
9182
proxy_pass http://docker-websocket;
9283
# WS config

0 commit comments

Comments
 (0)