Adapt to codenotary

This commit is contained in:
alexbelgium
2022-03-23 08:59:27 +01:00
parent facbaeb6f9
commit e8c50b98e1
107 changed files with 383 additions and 723 deletions

View File

@@ -4,7 +4,7 @@ server {
include /etc/nginx/includes/server_params.conf;
include /etc/nginx/includes/proxy_params.conf;
client_max_body_size 0;
location / {
proxy_pass {{ .protocol }}://backend/;
resolver 127.0.0.11 valid=180s;
@@ -13,7 +13,7 @@ server {
proxy_send_timeout 30m;
proxy_read_timeout 30m;
}
location /api/websocket/ {
proxy_pass {{ .protocol }}://backend/api/websocket/;
proxy_set_header Upgrade $http_upgrade;
@@ -22,5 +22,9 @@ server {
proxy_connect_timeout 30m;
proxy_send_timeout 30m;
proxy_read_timeout 30m;
},
"codenotary": {
"signer": "alexandrep.github@gmail.com"
}
}