Skip to content

Commit

Permalink
fix host
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Noogen committed Jun 14, 2017
1 parent bc99e45 commit 444e427
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions files/etc/nginx/sites-enabled/server.conf
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ server {
location /cmd/resize {
internal;

proxy_ssl_server_name on;
proxy_ssl_name $myhost;
proxy_set_header Host $myhost;
proxy_pass $image_uri$is_args$args;
proxy_cache_key $image_uri$is_args$args$slice_range;
Expand All @@ -246,7 +246,7 @@ server {
location /cmd/crop {
internal;

proxy_ssl_server_name on;
proxy_ssl_name $myhost;
proxy_set_header Host $myhost;
proxy_pass $image_uri$is_args$args;
proxy_cache_key $image_uri$is_args$args$slice_range;
Expand Down

0 comments on commit 444e427

Please sign in to comment.