All pastes #2504472 Raw Edit

bitshift

public unlisted text v1 · immutable
#2504472 ·published 2013-12-15 19:56 UTC
rendered paste body
server {	listen 80;	server_name _;	location / {		proxy_pass	http://localhost:8080;		proxy_set_header	X-Real-IP	$remote_addr;	}}