Skip to content

Commit a4d4806

Browse files
authored
Merge pull request #455 from lukecarbis/master
Capital P, dangit
2 parents 532bb60 + 2ae1a7a commit a4d4806

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ if [[ "$1" == apache2* ]] || [ "$1" == php-fpm ]; then
160160
}
161161
{ print }
162162
' wp-config-sample.php > wp-config.php <<'EOPHP'
163-
// If we're behind a proxy server and using HTTPS, we need to alert Wordpress of that fact
163+
// If we're behind a proxy server and using HTTPS, we need to alert WordPress of that fact
164164
// see also http://codex.wordpress.org/Administration_Over_SSL#Using_a_Reverse_Proxy
165165
if (isset($_SERVER['HTTP_X_FORWARDED_PROTO']) && $_SERVER['HTTP_X_FORWARDED_PROTO'] === 'https') {
166166
$_SERVER['HTTPS'] = 'on';

php7.2/apache/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ if [[ "$1" == apache2* ]] || [ "$1" == php-fpm ]; then
160160
}
161161
{ print }
162162
' wp-config-sample.php > wp-config.php <<'EOPHP'
163-
// If we're behind a proxy server and using HTTPS, we need to alert Wordpress of that fact
163+
// If we're behind a proxy server and using HTTPS, we need to alert WordPress of that fact
164164
// see also http://codex.wordpress.org/Administration_Over_SSL#Using_a_Reverse_Proxy
165165
if (isset($_SERVER['HTTP_X_FORWARDED_PROTO']) && $_SERVER['HTTP_X_FORWARDED_PROTO'] === 'https') {
166166
$_SERVER['HTTPS'] = 'on';

php7.2/fpm-alpine/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ if [[ "$1" == apache2* ]] || [ "$1" == php-fpm ]; then
160160
}
161161
{ print }
162162
' wp-config-sample.php > wp-config.php <<'EOPHP'
163-
// If we're behind a proxy server and using HTTPS, we need to alert Wordpress of that fact
163+
// If we're behind a proxy server and using HTTPS, we need to alert WordPress of that fact
164164
// see also http://codex.wordpress.org/Administration_Over_SSL#Using_a_Reverse_Proxy
165165
if (isset($_SERVER['HTTP_X_FORWARDED_PROTO']) && $_SERVER['HTTP_X_FORWARDED_PROTO'] === 'https') {
166166
$_SERVER['HTTPS'] = 'on';

php7.2/fpm/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ if [[ "$1" == apache2* ]] || [ "$1" == php-fpm ]; then
160160
}
161161
{ print }
162162
' wp-config-sample.php > wp-config.php <<'EOPHP'
163-
// If we're behind a proxy server and using HTTPS, we need to alert Wordpress of that fact
163+
// If we're behind a proxy server and using HTTPS, we need to alert WordPress of that fact
164164
// see also http://codex.wordpress.org/Administration_Over_SSL#Using_a_Reverse_Proxy
165165
if (isset($_SERVER['HTTP_X_FORWARDED_PROTO']) && $_SERVER['HTTP_X_FORWARDED_PROTO'] === 'https') {
166166
$_SERVER['HTTPS'] = 'on';

php7.3/apache/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ if [[ "$1" == apache2* ]] || [ "$1" == php-fpm ]; then
160160
}
161161
{ print }
162162
' wp-config-sample.php > wp-config.php <<'EOPHP'
163-
// If we're behind a proxy server and using HTTPS, we need to alert Wordpress of that fact
163+
// If we're behind a proxy server and using HTTPS, we need to alert WordPress of that fact
164164
// see also http://codex.wordpress.org/Administration_Over_SSL#Using_a_Reverse_Proxy
165165
if (isset($_SERVER['HTTP_X_FORWARDED_PROTO']) && $_SERVER['HTTP_X_FORWARDED_PROTO'] === 'https') {
166166
$_SERVER['HTTPS'] = 'on';

php7.3/fpm-alpine/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ if [[ "$1" == apache2* ]] || [ "$1" == php-fpm ]; then
160160
}
161161
{ print }
162162
' wp-config-sample.php > wp-config.php <<'EOPHP'
163-
// If we're behind a proxy server and using HTTPS, we need to alert Wordpress of that fact
163+
// If we're behind a proxy server and using HTTPS, we need to alert WordPress of that fact
164164
// see also http://codex.wordpress.org/Administration_Over_SSL#Using_a_Reverse_Proxy
165165
if (isset($_SERVER['HTTP_X_FORWARDED_PROTO']) && $_SERVER['HTTP_X_FORWARDED_PROTO'] === 'https') {
166166
$_SERVER['HTTPS'] = 'on';

php7.3/fpm/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ if [[ "$1" == apache2* ]] || [ "$1" == php-fpm ]; then
160160
}
161161
{ print }
162162
' wp-config-sample.php > wp-config.php <<'EOPHP'
163-
// If we're behind a proxy server and using HTTPS, we need to alert Wordpress of that fact
163+
// If we're behind a proxy server and using HTTPS, we need to alert WordPress of that fact
164164
// see also http://codex.wordpress.org/Administration_Over_SSL#Using_a_Reverse_Proxy
165165
if (isset($_SERVER['HTTP_X_FORWARDED_PROTO']) && $_SERVER['HTTP_X_FORWARDED_PROTO'] === 'https') {
166166
$_SERVER['HTTPS'] = 'on';

php7.4/apache/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ if [[ "$1" == apache2* ]] || [ "$1" == php-fpm ]; then
160160
}
161161
{ print }
162162
' wp-config-sample.php > wp-config.php <<'EOPHP'
163-
// If we're behind a proxy server and using HTTPS, we need to alert Wordpress of that fact
163+
// If we're behind a proxy server and using HTTPS, we need to alert WordPress of that fact
164164
// see also http://codex.wordpress.org/Administration_Over_SSL#Using_a_Reverse_Proxy
165165
if (isset($_SERVER['HTTP_X_FORWARDED_PROTO']) && $_SERVER['HTTP_X_FORWARDED_PROTO'] === 'https') {
166166
$_SERVER['HTTPS'] = 'on';

php7.4/fpm-alpine/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ if [[ "$1" == apache2* ]] || [ "$1" == php-fpm ]; then
160160
}
161161
{ print }
162162
' wp-config-sample.php > wp-config.php <<'EOPHP'
163-
// If we're behind a proxy server and using HTTPS, we need to alert Wordpress of that fact
163+
// If we're behind a proxy server and using HTTPS, we need to alert WordPress of that fact
164164
// see also http://codex.wordpress.org/Administration_Over_SSL#Using_a_Reverse_Proxy
165165
if (isset($_SERVER['HTTP_X_FORWARDED_PROTO']) && $_SERVER['HTTP_X_FORWARDED_PROTO'] === 'https') {
166166
$_SERVER['HTTPS'] = 'on';

php7.4/fpm/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ if [[ "$1" == apache2* ]] || [ "$1" == php-fpm ]; then
160160
}
161161
{ print }
162162
' wp-config-sample.php > wp-config.php <<'EOPHP'
163-
// If we're behind a proxy server and using HTTPS, we need to alert Wordpress of that fact
163+
// If we're behind a proxy server and using HTTPS, we need to alert WordPress of that fact
164164
// see also http://codex.wordpress.org/Administration_Over_SSL#Using_a_Reverse_Proxy
165165
if (isset($_SERVER['HTTP_X_FORWARDED_PROTO']) && $_SERVER['HTTP_X_FORWARDED_PROTO'] === 'https') {
166166
$_SERVER['HTTPS'] = 'on';

0 commit comments

Comments
 (0)