djmuted
commited on
Commit
•
47e45e9
1
Parent(s):
0da59ae
Change port
Browse files- nginx.conf +1 -1
nginx.conf
CHANGED
@@ -17,7 +17,7 @@ server {
|
|
17 |
|
18 |
location /v1 {
|
19 |
if ($http_x_api_key = "API_TOKEN") {
|
20 |
-
proxy_pass http://localhost:
|
21 |
}
|
22 |
proxy_set_header Connection '';
|
23 |
proxy_http_version 1.1;
|
|
|
17 |
|
18 |
location /v1 {
|
19 |
if ($http_x_api_key = "API_TOKEN") {
|
20 |
+
proxy_pass http://localhost:8444;
|
21 |
}
|
22 |
proxy_set_header Connection '';
|
23 |
proxy_http_version 1.1;
|