We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38e7962 commit efa3220Copy full SHA for efa3220
graph-node/posthog.conf
@@ -1,5 +1,9 @@
1
events {}
2
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
+
7
proxy_ssl_server_name on;
8
proxy_ssl_name $proxy_host;
9
0 commit comments