Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Vooperino authored Apr 23, 2024
1 parent 27eaaa2 commit 2fa890f
Show file tree
Hide file tree
Showing 12 changed files with 11 additions and 21 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Basic custom made docker web container

Currently includes

* PHP 7.4, 8.0, 8.1 (Including premade nginx/openresty scripts)
* PHP 7.4, 8.0, 8.1, 8.2, 8.3 (Including premade nginx/openresty scripts)
* Nginx or Openresty (Depends what you going to use)
* Cron
* Python 3 and 2
Expand Down
2 changes: 1 addition & 1 deletion install/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
apt-get update
apt-get full-upgrade -y

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
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

sh -c 'echo "deb https://packages.sury.org/php/ $(lsb_release -sc) main" > /etc/apt/sources.list.d/php.list'
wget -qO - https://packages.sury.org/php/apt.gpg | apt-key add -
Expand Down
3 changes: 1 addition & 2 deletions nginx-build/config/nginx/php81_fastcgi.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ fastcgi_buffer_size 32k;

# fastcgi params
fastcgi_param DOCUMENT_ROOT $realpath_root;
fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name;
fastcgi_param PHP_ADMIN_VALUE "open_basedir=$base/:/usr/lib/php/:/tmp/";
fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name;
3 changes: 1 addition & 2 deletions nginx-build/config/nginx/php82_fastcgi.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ fastcgi_buffer_size 32k;

# fastcgi params
fastcgi_param DOCUMENT_ROOT $realpath_root;
fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name;
fastcgi_param PHP_ADMIN_VALUE "open_basedir=$base/:/usr/lib/php/:/tmp/";
fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name;
3 changes: 1 addition & 2 deletions nginx-build/config/nginx/php83_fastcgi.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ fastcgi_buffer_size 32k;

# fastcgi params
fastcgi_param DOCUMENT_ROOT $realpath_root;
fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name;
fastcgi_param PHP_ADMIN_VALUE "open_basedir=$base/:/usr/lib/php/:/tmp/";
fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name;
3 changes: 1 addition & 2 deletions nginx-build/config/nginx/php8_fastcgi.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ fastcgi_buffer_size 32k;

# fastcgi params
fastcgi_param DOCUMENT_ROOT $realpath_root;
fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name;
fastcgi_param PHP_ADMIN_VALUE "open_basedir=$base/:/usr/lib/php/:/tmp/";
fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name;
1 change: 0 additions & 1 deletion nginx-build/config/nginx/php_fastcgi.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,3 @@ fastcgi_buffer_size 32k;
# fastcgi params
fastcgi_param DOCUMENT_ROOT $realpath_root;
fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name;
fastcgi_param PHP_ADMIN_VALUE "open_basedir=$base/:/usr/lib/php/:/tmp/";
3 changes: 1 addition & 2 deletions openresty-build/config/openresty/php81_fastcgi.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ fastcgi_buffer_size 32k;

# fastcgi params
fastcgi_param DOCUMENT_ROOT $realpath_root;
fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name;
fastcgi_param PHP_ADMIN_VALUE "open_basedir=$base/:/usr/lib/php/:/tmp/";
fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name;
3 changes: 1 addition & 2 deletions openresty-build/config/openresty/php82_fastcgi.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ fastcgi_buffer_size 32k;

# fastcgi params
fastcgi_param DOCUMENT_ROOT $realpath_root;
fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name;
fastcgi_param PHP_ADMIN_VALUE "open_basedir=$base/:/usr/lib/php/:/tmp/";
fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name;
3 changes: 1 addition & 2 deletions openresty-build/config/openresty/php83_fastcgi.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ fastcgi_buffer_size 32k;

# fastcgi params
fastcgi_param DOCUMENT_ROOT $realpath_root;
fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name;
fastcgi_param PHP_ADMIN_VALUE "open_basedir=$base/:/usr/lib/php/:/tmp/";
fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name;
3 changes: 1 addition & 2 deletions openresty-build/config/openresty/php8_fastcgi.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ fastcgi_buffer_size 32k;

# fastcgi params
fastcgi_param DOCUMENT_ROOT $realpath_root;
fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name;
fastcgi_param PHP_ADMIN_VALUE "open_basedir=$base/:/usr/lib/php/:/tmp/";
fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name;
3 changes: 1 addition & 2 deletions openresty-build/config/openresty/php_fastcgi.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ fastcgi_buffer_size 32k;

# fastcgi params
fastcgi_param DOCUMENT_ROOT $realpath_root;
fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name;
fastcgi_param PHP_ADMIN_VALUE "open_basedir=$base/:/usr/lib/php/:/tmp/";
fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name;

0 comments on commit 2fa890f

Please sign in to comment.