Rename Distribution Test Folders

This commit is contained in:
Mitchell Krog 2019-07-01 16:16:53 +02:00
parent 48b25d7375
commit 44c460cad4
No known key found for this signature in database
GPG key ID: C243C388553EDE5D
400 changed files with 6447 additions and 0 deletions

View file

@ -0,0 +1,4 @@
proxy_set_header Host $http_host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;