add matrix custom path
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
603f906d37
commit
b6a30feab9
@ -5,6 +5,10 @@ webserver:
|
||||
port: 8080
|
||||
bigrequests: true
|
||||
https: false
|
||||
additionallocations:
|
||||
- location: /slack
|
||||
https: false
|
||||
port: 8432
|
||||
- domain: "chat.tormakristof.eu"
|
||||
port: 8181
|
||||
bigrequests: true
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user