Skip to content

Instantly share code, notes, and snippets.

@vu2
Last active May 6, 2017 05:15
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vu2/25c05e0ffedb6af0847e to your computer and use it in GitHub Desktop.
Save vu2/25c05e0ffedb6af0847e to your computer and use it in GitHub Desktop.
server {
listen 80;
server_name img.tmbox.net;
location / {
proxy_pass https://object-storage.tyo1.conoha.io/v1/nc_7c41014f2f0142e58bc4481d0272bab8/tmbox/img/user/image/;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment