Ports fot themself = 3333, 3334(massage), 3335(driving)
This commit is contained in:
parent
042f213869
commit
9c6cbdc096
|
|
@ -17,7 +17,7 @@ server {
|
|||
# Ograniczenie liczby żądań
|
||||
limit_req zone=ip_limit burst=20 nodelay;
|
||||
|
||||
proxy_pass http://arti24-container:3004;
|
||||
proxy_pass http://arti24-container:3335;
|
||||
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ server {
|
|||
# Ograniczenie liczby żądań
|
||||
limit_req zone=ip_limit burst=20 nodelay;
|
||||
|
||||
proxy_pass http://arti24-container:3001;
|
||||
proxy_pass http://arti24-container:3334;
|
||||
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
|
|
|
|||
Loading…
Reference in New Issue