pros and cons to serve compressed sitemaps from flask or nginx (wish to save space on disk)
up vote
0
down vote
favorite
I am have two apis serving sitemaps from flask, one for xml and one for compressed xml.gz.
I have also nginx compression enabled, and I got a problem to validate compressed gz maps, for they get compressed two times.
I would like to save space on disk (it is about 10x!), and so only to keep compressed files on the server.
What are pros and cons to serve compressed files from flask or from nginx ?
Or is it advised to keep both, and tell nginx not to compressed maps with extentions .gz ?
nginx flask sitemap
add a comment |
up vote
0
down vote
favorite
I am have two apis serving sitemaps from flask, one for xml and one for compressed xml.gz.
I have also nginx compression enabled, and I got a problem to validate compressed gz maps, for they get compressed two times.
I would like to save space on disk (it is about 10x!), and so only to keep compressed files on the server.
What are pros and cons to serve compressed files from flask or from nginx ?
Or is it advised to keep both, and tell nginx not to compressed maps with extentions .gz ?
nginx flask sitemap
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am have two apis serving sitemaps from flask, one for xml and one for compressed xml.gz.
I have also nginx compression enabled, and I got a problem to validate compressed gz maps, for they get compressed two times.
I would like to save space on disk (it is about 10x!), and so only to keep compressed files on the server.
What are pros and cons to serve compressed files from flask or from nginx ?
Or is it advised to keep both, and tell nginx not to compressed maps with extentions .gz ?
nginx flask sitemap
I am have two apis serving sitemaps from flask, one for xml and one for compressed xml.gz.
I have also nginx compression enabled, and I got a problem to validate compressed gz maps, for they get compressed two times.
I would like to save space on disk (it is about 10x!), and so only to keep compressed files on the server.
What are pros and cons to serve compressed files from flask or from nginx ?
Or is it advised to keep both, and tell nginx not to compressed maps with extentions .gz ?
nginx flask sitemap
nginx flask sitemap
asked Nov 10 at 15:00
user305883
5091722
5091722
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53240193%2fpros-and-cons-to-serve-compressed-sitemaps-from-flask-or-nginx-wish-to-save-spa%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown