Spaces:
Running
Running
Commit ·
a49c134
1
Parent(s): b27ecce
RXP
Browse files- nginx.conf +1 -1
nginx.conf
CHANGED
|
@@ -46,7 +46,7 @@ http {
|
|
| 46 |
server_name _;
|
| 47 |
|
| 48 |
# /api/render-sync/** -> internal 8083
|
| 49 |
-
location ^~ /api/render-sync
|
| 50 |
proxy_pass http://renderer$request_uri;
|
| 51 |
proxy_http_version 1.1;
|
| 52 |
proxy_set_header Host $host;
|
|
|
|
| 46 |
server_name _;
|
| 47 |
|
| 48 |
# /api/render-sync/** -> internal 8083
|
| 49 |
+
location ^~ /api/render-sync {
|
| 50 |
proxy_pass http://renderer$request_uri;
|
| 51 |
proxy_http_version 1.1;
|
| 52 |
proxy_set_header Host $host;
|