-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
80 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# 404 | ||
try_files $fastcgi_script_name =404; | ||
|
||
# default fastcgi_params | ||
include fastcgi_params; | ||
|
||
# fastcgi settings | ||
fastcgi_pass unix:/var/run/php/php8.2-fpm.sock; | ||
fastcgi_index index.php; | ||
fastcgi_buffers 8 16k; | ||
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/"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# 404 | ||
try_files $fastcgi_script_name =404; | ||
|
||
# default fastcgi_params | ||
include fastcgi_params; | ||
|
||
# fastcgi settings | ||
fastcgi_pass unix:/var/run/php/php8.3-fpm.sock; | ||
fastcgi_index index.php; | ||
fastcgi_buffers 8 16k; | ||
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/"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# 404 | ||
try_files $fastcgi_script_name =404; | ||
|
||
# default fastcgi_params | ||
include fastcgi_params; | ||
|
||
# fastcgi settings | ||
fastcgi_pass unix:/var/run/php/php8.2-fpm.sock; | ||
fastcgi_index index.php; | ||
fastcgi_buffers 8 16k; | ||
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/"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# 404 | ||
try_files $fastcgi_script_name =404; | ||
|
||
# default fastcgi_params | ||
include fastcgi_params; | ||
|
||
# fastcgi settings | ||
fastcgi_pass unix:/var/run/php/php8.3-fpm.sock; | ||
fastcgi_index index.php; | ||
fastcgi_buffers 8 16k; | ||
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/"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters