Skip to content

Commit 2fa890f

Browse files
authored
Updates
1 parent 27eaaa2 commit 2fa890f

File tree

12 files changed

+11
-21
lines changed

12 files changed

+11
-21
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Basic custom made docker web container
99

1010
Currently includes
1111

12-
* PHP 7.4, 8.0, 8.1 (Including premade nginx/openresty scripts)
12+
* PHP 7.4, 8.0, 8.1, 8.2, 8.3 (Including premade nginx/openresty scripts)
1313
* Nginx or Openresty (Depends what you going to use)
1414
* Cron
1515
* Python 3 and 2

install/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
apt-get update
44
apt-get full-upgrade -y
55

6-
apt-get install -y curl wget gnupg nano vim emacs apt-utils iftop wget git zip tar unzip bmon socat bash-completion certbot cron inetutils-ping software-properties-common ca-certificates lsb-release apt-transport-https python3 python2
6+
apt-get install -y curl wget gnupg neovim nano vim emacs apt-utils iftop iptraf wget git zip tar unzip bmon iptraf socat bash-completion certbot cron inetutils-ping software-properties-common ca-certificates lsb-release apt-transport-https python3 python2
77

88
sh -c 'echo "deb https://packages.sury.org/php/ $(lsb_release -sc) main" > /etc/apt/sources.list.d/php.list'
99
wget -qO - https://packages.sury.org/php/apt.gpg | apt-key add -

nginx-build/config/nginx/php81_fastcgi.conf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,4 @@ fastcgi_buffer_size 32k;
1212

1313
# fastcgi params
1414
fastcgi_param DOCUMENT_ROOT $realpath_root;
15-
fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name;
16-
fastcgi_param PHP_ADMIN_VALUE "open_basedir=$base/:/usr/lib/php/:/tmp/";
15+
fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name;

nginx-build/config/nginx/php82_fastcgi.conf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,4 @@ fastcgi_buffer_size 32k;
1212

1313
# fastcgi params
1414
fastcgi_param DOCUMENT_ROOT $realpath_root;
15-
fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name;
16-
fastcgi_param PHP_ADMIN_VALUE "open_basedir=$base/:/usr/lib/php/:/tmp/";
15+
fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name;

nginx-build/config/nginx/php83_fastcgi.conf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,4 @@ fastcgi_buffer_size 32k;
1212

1313
# fastcgi params
1414
fastcgi_param DOCUMENT_ROOT $realpath_root;
15-
fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name;
16-
fastcgi_param PHP_ADMIN_VALUE "open_basedir=$base/:/usr/lib/php/:/tmp/";
15+
fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name;

nginx-build/config/nginx/php8_fastcgi.conf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,4 @@ fastcgi_buffer_size 32k;
1212

1313
# fastcgi params
1414
fastcgi_param DOCUMENT_ROOT $realpath_root;
15-
fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name;
16-
fastcgi_param PHP_ADMIN_VALUE "open_basedir=$base/:/usr/lib/php/:/tmp/";
15+
fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name;

nginx-build/config/nginx/php_fastcgi.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,3 @@ fastcgi_buffer_size 32k;
1313
# fastcgi params
1414
fastcgi_param DOCUMENT_ROOT $realpath_root;
1515
fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name;
16-
fastcgi_param PHP_ADMIN_VALUE "open_basedir=$base/:/usr/lib/php/:/tmp/";

openresty-build/config/openresty/php81_fastcgi.conf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,4 @@ fastcgi_buffer_size 32k;
1212

1313
# fastcgi params
1414
fastcgi_param DOCUMENT_ROOT $realpath_root;
15-
fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name;
16-
fastcgi_param PHP_ADMIN_VALUE "open_basedir=$base/:/usr/lib/php/:/tmp/";
15+
fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name;

openresty-build/config/openresty/php82_fastcgi.conf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,4 @@ fastcgi_buffer_size 32k;
1212

1313
# fastcgi params
1414
fastcgi_param DOCUMENT_ROOT $realpath_root;
15-
fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name;
16-
fastcgi_param PHP_ADMIN_VALUE "open_basedir=$base/:/usr/lib/php/:/tmp/";
15+
fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name;

openresty-build/config/openresty/php83_fastcgi.conf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,4 @@ fastcgi_buffer_size 32k;
1212

1313
# fastcgi params
1414
fastcgi_param DOCUMENT_ROOT $realpath_root;
15-
fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name;
16-
fastcgi_param PHP_ADMIN_VALUE "open_basedir=$base/:/usr/lib/php/:/tmp/";
15+
fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name;

openresty-build/config/openresty/php8_fastcgi.conf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,4 @@ fastcgi_buffer_size 32k;
1212

1313
# fastcgi params
1414
fastcgi_param DOCUMENT_ROOT $realpath_root;
15-
fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name;
16-
fastcgi_param PHP_ADMIN_VALUE "open_basedir=$base/:/usr/lib/php/:/tmp/";
15+
fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name;

openresty-build/config/openresty/php_fastcgi.conf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,4 @@ fastcgi_buffer_size 32k;
1212

1313
# fastcgi params
1414
fastcgi_param DOCUMENT_ROOT $realpath_root;
15-
fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name;
16-
fastcgi_param PHP_ADMIN_VALUE "open_basedir=$base/:/usr/lib/php/:/tmp/";
15+
fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name;

0 commit comments

Comments
 (0)