Skip to content

Commit

Permalink
Always use https for urls
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalBrouwers committed Sep 3, 2020
1 parent 5c2715c commit eb146cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nginx/conf.d/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ server {

include fastcgi_params;
fastcgi_index index.php;
fastcgi_param HTTPS on;
fastcgi_param DOCUMENT_ROOT ${FPM_ROOT};
fastcgi_param SCRIPT_FILENAME ${FPM_ROOT}$fastcgi_script_name;
}
Expand Down

0 comments on commit eb146cf

Please sign in to comment.