Skip to content

Commit f88f0f6

Browse files
Merge pull request #698 from jsrz/nginx_tune_update
Updated Nginx tuning learning path
2 parents 04b9952 + 0f72b15 commit f88f0f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/learning-paths/servers-and-cloud-computing/nginx_tune/tune_revprox_and_apigw.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ server {
4545
}
4646
location /api_new {
4747
internal;
48-
proxy_pass http://file_server_com;
48+
proxy_pass https://ssl_file_server_com;
4949
proxy_http_version 1.1;
5050
proxy_set_header Connection "";
5151
}
@@ -55,7 +55,7 @@ server {
5555
limit_except GET {
5656
deny all;
5757
}
58-
proxy_pass http://file_server_com;
58+
proxy_pass https://ssl_file_server_com;
5959
proxy_http_version 1.1;
6060
proxy_set_header Connection "";
6161
}

0 commit comments

Comments
 (0)