We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 04b9952 + 0f72b15 commit f88f0f6Copy full SHA for f88f0f6
content/learning-paths/servers-and-cloud-computing/nginx_tune/tune_revprox_and_apigw.md
@@ -45,7 +45,7 @@ server {
45
}
46
location /api_new {
47
internal;
48
- proxy_pass http://file_server_com;
+ proxy_pass https://ssl_file_server_com;
49
proxy_http_version 1.1;
50
proxy_set_header Connection "";
51
@@ -55,7 +55,7 @@ server {
55
limit_except GET {
56
deny all;
57
58
59
60
61
0 commit comments