mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 08:57:03 +03:00
Optimize building process
This commit is contained in:
parent
f8a131e3bc
commit
35ef89c2a6
119 changed files with 18026 additions and 221 deletions
|
|
@ -1,6 +1,7 @@
|
|||
|
||||
server {
|
||||
listen 80 default;
|
||||
listen 443 ssl;
|
||||
server_name localhost _;
|
||||
root /var/www;
|
||||
|
||||
|
|
@ -10,6 +11,9 @@ server {
|
|||
charset utf-8;
|
||||
client_max_body_size 500m;
|
||||
|
||||
ssl_certificate /etc/nginx/ssl/localhost.cert;
|
||||
ssl_certificate_key /etc/nginx/ssl/localhost.key;
|
||||
|
||||
gzip on;
|
||||
gzip_disable "msie6";
|
||||
gzip_types text/plain text/css application/json application/x-javascript text/xml application/xml application/xml+rss text/javascript application/javascript;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue