Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ICAT
Datahub
Commits
52bac29a
Commit
52bac29a
authored
Aug 24, 2020
by
Antoine Roux
🦊
Browse files
Also compress .js and .css file
parent
5369b502
Pipeline
#31745
passed with stage
in 3 minutes and 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
nginx.conf
View file @
52bac29a
server
{
listen
80
;
server_name
localhost
;
gzip
on
;
gzip_vary
on
;
gzip_types
text/css
text/javascript
application/x-javascript
;
location
/
{
root
/usr/share/nginx/html
;
...
...
Write
Preview
Markdown
is supported
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