]> Nutra Git (v1) - nutratech/vps-root.git/commitdiff
format, comment temporarily to get certbot running
authornutra-bot <nutradigest@gmail.com>
Mon, 27 Jun 2022 22:11:31 +0000 (22:11 +0000)
committernutra-bot <nutradigest@gmail.com>
Mon, 27 Jun 2022 22:11:52 +0000 (22:11 +0000)
.editorconfig [new file with mode: 0644]
etc/nginx/sites-available/default

diff --git a/.editorconfig b/.editorconfig
new file mode 100644 (file)
index 0000000..d9f1e38
--- /dev/null
@@ -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
index 5789551b0b14433666a011fcab6a195efe07667f..563a20939ae65c2c27773dedfdd4829951de216f 100644 (file)
@@ -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