Skip to content

Commit efa3220

Browse files
Enable gzip on posthog-proxy
1 parent 38e7962 commit efa3220

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

graph-node/posthog.conf

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
events {}
22
http {
3+
gzip on;
4+
gzip_disable "msie6";
5+
gzip_types text/plain text/css application/json application/javascript text/xml application/xml application/xml+rss text/javascript;
6+
37
proxy_ssl_server_name on;
48
proxy_ssl_name $proxy_host;
59

0 commit comments

Comments
 (0)