fix nginx.conf and oauth callback
This commit is contained in:
@@ -10,6 +10,8 @@
|
||||
|
||||
location /graphql {
|
||||
|
||||
rewrite ^/graphql/(.*) /$1 break;
|
||||
|
||||
gzip on;
|
||||
gzip_min_length 1100;
|
||||
gzip_buffers 4 32k;
|
||||
@@ -31,4 +33,4 @@ location /graphql {
|
||||
proxy_set_header X-Forwarded-Port {{ $.PROXY_X_FORWARDED_PORT }};
|
||||
proxy_set_header X-Forwarded-Proto {{ $.PROXY_X_FORWARDED_PROTO }};
|
||||
proxy_set_header X-Request-Start $msec;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user