mirror of
https://github.com/nginx/nginx.git
synced 2026-05-13 09:36:42 +00:00
Added the HTTPS fastcgi_param to fastcgi.conf.
This commit is contained in:
parent
4c2f2d52bd
commit
197312f3a0
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ fastcgi_param REQUEST_URI $request_uri;
|
|||
fastcgi_param DOCUMENT_URI $document_uri;
|
||||
fastcgi_param DOCUMENT_ROOT $document_root;
|
||||
fastcgi_param SERVER_PROTOCOL $server_protocol;
|
||||
fastcgi_param HTTPS $https if_not_empty;
|
||||
|
||||
fastcgi_param GATEWAY_INTERFACE CGI/1.1;
|
||||
fastcgi_param SERVER_SOFTWARE nginx/$nginx_version;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue