Schreibfehler nginx Proxy config ausgebessert
All checks were successful
Angular Build & Deploy / deploy (push) Successful in 45s
All checks were successful
Angular Build & Deploy / deploy (push) Successful in 45s
This commit is contained in:
@@ -7,7 +7,7 @@ server {
|
||||
try_files $uri $uri/ /index.html;
|
||||
}
|
||||
|
||||
location /ProdukteApi/ProductsRequest {
|
||||
location /produktApi/ProductsRequest {
|
||||
proxy_pass http://192.168.2.186:9090/ProductsRequest;
|
||||
|
||||
proxy_set_header Host $host;
|
||||
@@ -15,7 +15,7 @@ server {
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
proxy_set_header X-Forwarded-Proto $scheme;
|
||||
}
|
||||
location /ProdukteApi/CalculateRequest {
|
||||
location /produktApi/CalculateRequest {
|
||||
proxy_pass http://192.168.2.186:9090/CalculateRequest;
|
||||
|
||||
proxy_set_header Host $host;
|
||||
|
||||
Reference in New Issue
Block a user