add matrix custom path
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
2023-03-06 14:13:01 +01:00
parent 603f906d37
commit b6a30feab9
2 changed files with 9 additions and 2 deletions

View File

@ -40,9 +40,12 @@ http {
proxy_redirect off;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-MS-Proxy webgateway.intra.tormakris.dev;
proxy_set_header X-MS-Forwarded-Client-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $http_connection;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $http_connection;
proxy_set_header X-Forwarded-Proto https;
client_body_buffer_size 128k;
proxy_connect_timeout 90;
proxy_send_timeout 120;