fix nginx conf derp

This commit is contained in:
Christine Dodrill 2015-01-31 21:05:50 -08:00
parent a0e3c37dde
commit 13b36fd741
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ http {
internal;
resolver 8.8.8.8;
set_unescape_uri $clean_url $arg_url;
proxy_pass $clean__url;
proxy_pass $clean_url;
}
location /proxy {