Artyom M.

Results 3 issues of Artyom M.

Add middleware for support proxy headers (based on code gorilla mux handler https://github.com/gorilla/handlers/blob/master/proxy_headers.go)

**Describe the PR** Fix broken package and upgrade swag to 1.16.2 **Relation issue** None **Additional context** None

Fixed bug with redirect from swagger/ to index.html through proxy with changed prefix I have: - service with swagger http://localhost:8080/service1/swagger/ - proxy as nginx with configured location /containers/ to my...