Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
SigNoz
Commits
5afc04f2
Commit
5afc04f2
authored
4 years ago
by
Ankit Anand
Browse files
Options
Download
Email Patches
Plain Diff
added gzip config to nginx conf file
parent
cbd20366
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
frontend/conf/default.conf
+9
-0
frontend/conf/default.conf
with
9 additions
and
0 deletions
+9
-0
frontend/conf/default.conf
+
9
-
0
View file @
5afc04f2
server
{
listen
3000
;
server_name
_
;
gzip
on
;
gzip_static
on
;
gzip_types
text
/
plain
text
/
css
application
/
json
application
/
x
-
javascript
text
/
xml
application
/
xml
application
/
xml
+
rss
text
/
javascript
;
gzip_proxied
any
;
gzip_vary
on
;
gzip_comp_level
6
;
gzip_buffers
16
8
k
;
gzip_http_version
1
.
1
;
location
/ {
root
/
usr
/
share
/
nginx
/
html
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment