Skip to content

Commit f105adb

Browse files
committed
Enabling gzip for the dashboard
1 parent 34490ee commit f105adb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

template/root-nginx-conf.ejs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141

4242
listen 80;
4343
client_max_body_size 300m;
44+
gzip on;
4445

4546
<%
4647
if (captain.hasRootSsl) {

0 commit comments

Comments
 (0)