Correction

This commit is contained in:
Alexandre
2022-03-24 09:56:48 +01:00
parent 8e8bc40e04
commit a2ecc71edf
10 changed files with 7 additions and 37 deletions

View File

@@ -20,8 +20,5 @@
"editor.formatOnSave": true,
"editor.formatOnType": true,
"files.trimTrailingWhitespace": true
},
"codenotary": {
"signer": "alexandrep.github@gmail.com"
}
}

View File

@@ -40,9 +40,6 @@ profile addon_updater flags=(attach_disconnected,mediate_deleted) {
# Receive signals from S6-Overlay
signal receive,
},
"codenotary": {
"signer": "alexandrep.github@gmail.com"
}
}

View File

@@ -15,10 +15,7 @@ server {
fastcgi_param SCRIPT_FILENAME $request_filename;
fastcgi_param modHeadersAvailable true; #Avoid sending the security headers twice
fastcgi_pass unix:/run/php/php8.0-fpm.sock;
},
"codenotary": {
"signer": "alexandrep.github@gmail.com"
}
}
}

View File

@@ -120,9 +120,6 @@ server {
location ~ \.(?:png|html|ttf|ico|jpg|jpeg|bcmap|mp4|webm)$ {
try_files $uri /index.php$request_uri;
access_log off;
},
"codenotary": {
"signer": "alexandrep.github@gmail.com"
}
}
}

View File

@@ -22,9 +22,6 @@ server {
proxy_connect_timeout 30m;
proxy_send_timeout 30m;
proxy_read_timeout 30m;
},
"codenotary": {
"signer": "alexandrep.github@gmail.com"
}
}

View File

@@ -33,8 +33,5 @@ server {
allow 172.30.32.2;
deny all;
proxy_pass http://127.0.0.1:80;
},
"codenotary": {
"signer": "alexandrep.github@gmail.com"
}
}
}

View File

@@ -40,8 +40,5 @@ server {
location ~ /\. {
log_not_found off;
deny all;
},
"codenotary": {
"signer": "alexandrep.github@gmail.com"
}
}
}

View File

@@ -7,9 +7,6 @@ server {
location / {
set $upstream_port 2202;
proxy_pass http://127.0.0.1:$upstream_port;
},
"codenotary": {
"signer": "alexandrep.github@gmail.com"
}
}
}

View File

@@ -32,9 +32,6 @@ server {
location /ubooquity/admin-api {
set $upstream_port 2203;
proxy_pass http://127.0.0.1:$upstream_port;
},
"codenotary": {
"signer": "alexandrep.github@gmail.com"
}
}
}

View File

@@ -13,9 +13,6 @@ server {
proxy_set_header Connection "Upgrade";
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Host $host;
},
"codenotary": {
"signer": "alexandrep.github@gmail.com"
}
}
}