Skip to content
Snippets Groups Projects
Commit 0aaa0532 authored by Stéphane Diemer's avatar Stéphane Diemer
Browse files

Replaced invalid tabulation chars.

parent 04ef5eee
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,7 @@ server {
proxy_set_header Connection $connection_upgrade;
# change scheme of "Origin" to https
proxy_set_header Origin https://$1;
proxy_pass https://$1/$2$is_args$args;
proxy_pass https://$1/$2$is_args$args;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment