diff --git a/content/configurando-um-servidor-de-producao-para-aplicacoes-python.md b/content/configurando-um-servidor-de-producao-para-aplicacoes-python.md index 47be30534..595054197 100644 --- a/content/configurando-um-servidor-de-producao-para-aplicacoes-python.md +++ b/content/configurando-um-servidor-de-producao-para-aplicacoes-python.md @@ -123,7 +123,7 @@ Vamos criar nossos arquivos de configuraĆ§Ć£o, e logs do nosso projeto. cd ~/www/myproject mkdir static media logs project touch nginx.conf supervisor.conf start.sh -touch logs/access.log logs/error.log logs/gunicorn.log logs/suprevisor.log +touch logs/access.log logs/error.log logs/gunicorn.log logs/supervisor.log ``` No momento nosso filesystem se parece com esse: diff --git a/pelicanconf.py b/pelicanconf.py index 89a7cad12..61036ea40 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -69,12 +69,12 @@ SITEMAP = { 'format': 'xml', 'priorities': { - 'articles': 0.5, + 'articles': 0.8, 'indexes': 0.5, - 'pages': 0.5 + 'pages': 0.3 }, 'changefreqs': { - 'articles': 'monthly', + 'articles': 'daily', 'indexes': 'daily', 'pages': 'monthly' } @@ -90,4 +90,4 @@ RELATIVE_URLS = True # Geracao de PDF -# PDF_GENERATOR = True \ No newline at end of file +# PDF_GENERATOR = True