summaryrefslogtreecommitdiff
path: root/_posts/2012-07-23-how-to-run-services-behind-a-proxy.md
blob: 07917dca14d8c96b9cb189b986e4a511d58f48cb (plain)
1
2
3
4
5
6
7
8
9
10
---
layout: post
title: "How to run webservices behind a proxy"
description: ""
category: Installation
tags: [Setup]
---
{% include JB/setup %}
Assigning a IP address to the full hostame in `etc/hosts` may cause uri problems when a proxy rewrites http to https. The solution is to remove all full hostname entries from `/etc/hosts` - after that all requests will have to pass the proxy.