Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/ns-ui/files/ns-ui
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ server {
# enable NS UI
location / {
gzip on;
gzip_types text/html text/css application/javascript image/svg+xml;
gzip_types text/css application/javascript image/svg+xml;
root /www-ns;
try_files \$uri \$uri/ /index.html;
}
Expand Down
Loading