feat: app icon and readme
This commit is contained in:
@@ -36,12 +36,12 @@ http {
|
||||
gzip_disable "msie6";
|
||||
|
||||
# Brotli compression (if available)
|
||||
brotli on;
|
||||
brotli_comp_level 6;
|
||||
brotli_types text/plain text/css text/xml text/javascript
|
||||
application/json application/javascript application/xml+rss
|
||||
application/rss+xml font/truetype font/opentype
|
||||
application/vnd.ms-fontobject image/svg+xml;
|
||||
# brotli on;
|
||||
# brotli_comp_level 6;
|
||||
# brotli_types text/plain text/css text/xml text/javascript
|
||||
# application/json application/javascript application/xml+rss
|
||||
# application/rss+xml font/truetype font/opentype
|
||||
# application/vnd.ms-fontobject image/svg+xml;
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
|
||||
Reference in New Issue
Block a user