Skip to content
This repository has been archived by the owner on Sep 10, 2022. It is now read-only.

Commit

Permalink
Fixed #7 by faking an HTTPS request for FPM
Browse files Browse the repository at this point in the history
  • Loading branch information
Roelof Roos committed Jan 21, 2021
1 parent ed94dcd commit 1292e96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .cloud/docker/nginx/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ server {
location ~ \.php$ {
fastcgi_pass 127.0.0.1:9000;
fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name;
fastcgi_param HTTPS On;
include fastcgi_params;
}

Expand Down

0 comments on commit 1292e96

Please sign in to comment.