From: nutra-bot Date: Mon, 27 Jun 2022 22:11:31 +0000 (+0000) Subject: format, comment temporarily to get certbot running X-Git-Url: https://git.nutra.tk/v1?a=commitdiff_plain;h=5bed44950316c7f4bfebd14c0c5a29bddd31e441;p=nutratech%2Fvps-root.git format, comment temporarily to get certbot running --- diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..d9f1e38 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,36 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true + +max_line_length = 100 + + +[{nutra,*.py}] +max_line_length = 88 + + +[*.{yaml,yml}] +indent_size = 2 + + +[Makefile] +indent_style = tab +max_line_length = 120 + + +[*.md] +max_line_length = 90 +trim_trailing_whitespace = false + + +[*.rst] +max_line_length = 79 + + +[{COMMIT_EDITMSG,MERGE_MSG,SQUASH_MSG,git-rebase-todo}] +max_line_length = 72 diff --git a/etc/nginx/sites-available/default b/etc/nginx/sites-available/default index 5789551..563a209 100644 --- a/etc/nginx/sites-available/default +++ b/etc/nginx/sites-available/default @@ -7,7 +7,7 @@ upstream deveast.linode.poczatek.dev { server { server_name deveast.linode.poczatek.dev; # listen 443 ssl http2 default_server; - listen [::]:443 ssl http2 default_server; + # listen [::]:443 ssl http2 default_server; # Serve static files if found, otherwise proxy to Sanic location / { root /var/www; @@ -25,13 +25,10 @@ server { proxy_set_header connection "upgrade"; proxy_set_header upgrade $http_upgrade; } - - # default favicon location = /favicon.ico { - alias /www/ntserv/static/favicon.gif; + alias /www/ntserv/static/favicon.gif; } - } # Redirect all HTTP to HTTPS with no-WWW