fix nginx conf derp
This commit is contained in:
parent
a0e3c37dde
commit
13b36fd741
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue