Skip to content

Commit

Permalink
Update for v2.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
localzet committed Feb 26, 2023
1 parent 965e5a3 commit 5c2daa7
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}
],
"require": {
"triangle/engine": ">=2.3.0"
"triangle/engine": ">=2.3.8"
},
"autoload": {
"psr-4": {
Expand Down
24 changes: 24 additions & 0 deletions config/nginx.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?php

/**
* @package Triangle Web
* @link https://github.com/Triangle-org/Web
*
* @author Ivan Zorin <creator@localzet.com>
* @copyright 2018-2023 Localzet Group
* @license https://mit-license.org MIT
*/

return [
// listen
'ipv4' => [],
'ipv6' => [],

// ssl
'ssl_certificate' => '',
'ssl_certificate_key' => '',

// log
'error_log' => "",
'access_log' => "",
];
1 change: 1 addition & 0 deletions resources/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.conf

0 comments on commit 5c2daa7

Please sign in to comment.