pass HTTP schema through in case proxied
This commit is contained in:
+3
-1
@@ -9,11 +9,13 @@ server {
|
||||
try_files $uri $uri/ /index.php?$query_string;
|
||||
}
|
||||
|
||||
|
||||
location ~ \.php$ {
|
||||
include fastcgi_params;
|
||||
fastcgi_pass investbrain-app:9000;
|
||||
fastcgi_param HTTPS $http_x_forwarded_proto;
|
||||
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
|
||||
fastcgi_param PATH_INFO $fastcgi_path_info;
|
||||
fastcgi_pass investbrain-app:9000;
|
||||
}
|
||||
|
||||
location ~ /\.ht {
|
||||
|
||||
Reference in New Issue
Block a user