Fix webpack hmr gzip

This commit is contained in:
Arnie 2019-01-09 13:29:24 +01:00
parent d8dc527f88
commit 00c1886dc1

View File

@ -40,7 +40,7 @@ http://{{ $host }}, https://{{ $host }} {
} }
gzip { gzip {
not /__webpack_hmr/ not /__webpack_hmr
} }
log stdout log stdout
errors stderr errors stderr