--- /dev/null
+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
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;
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