diff --git a/nginx_ssl.conf b/nginx_ssl.conf index 0535895..f624bf1 100644 --- a/nginx_ssl.conf +++ b/nginx_ssl.conf @@ -16,4 +16,5 @@ server { proxy_max_temp_file_size 0; proxy_pass http://127.0.0.1:9000; proxy_redirect http:// https://; - } \ No newline at end of file + } +}