There was an error while loading. Please reload this page.
1 parent e25de9f commit 50ae4fbCopy full SHA for 50ae4fb
1 file changed
nginx.conf
@@ -2,13 +2,12 @@ events {
2
worker_connections 1024;
3
}
4
5
-map $http_origin $allow_origin {
6
- ~^https://(.*\.)?geode-solutions\.com$ $http_origin;
7
- default "";
8
-}
9
-
10
http {
11
- # Nginx will handle gzip compression of responses from the app server
+ map $http_origin $allow_origin {
+ ~^https://(.*\.)?geode-solutions\.com$ $http_origin;
+ default "";
+ }
+
12
gzip on;
13
gzip_proxied any;
14
gzip_types text/plain application/json;
@@ -53,4 +52,4 @@ http {
53
52
proxy_set_header Upgrade websocket;
54
55
56
+}
0 commit comments