We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cde999 commit e4d9980Copy full SHA for e4d9980
deploy/docker/frontend/nginx-https.conf
@@ -51,22 +51,21 @@ http {
51
}
52
53
location /assets {
54
- root /lowcoder/assets;
55
alias /lowcoder/assets;
56
expires 1M;
57
58
59
location /api {
60
proxy_set_header X-Forwarded-Proto $scheme;
61
proxy_set_header X-Forwarded-Host $host;
62
- proxy_set_header X-Real-IP $remote_addr;
+ proxy_set_header X-Real-IP $remote_addr;
63
proxy_pass __LOWCODER_API_SERVICE_URL__;
64
65
66
location /node-service/plugin-icons {
67
68
69
70
proxy_pass __LOWCODER_NODE_SERVICE_URL__;
71
72
0 commit comments