diff --git a/composer.json b/composer.json index c10e2ec..10b3996 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ } ], "require": { - "triangle/engine": ">=2.3.0" + "triangle/engine": ">=2.3.8" }, "autoload": { "psr-4": { diff --git a/config/nginx.php b/config/nginx.php new file mode 100644 index 0000000..f2253d5 --- /dev/null +++ b/config/nginx.php @@ -0,0 +1,24 @@ + + * @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' => "", +]; \ No newline at end of file diff --git a/resources/.gitignore b/resources/.gitignore new file mode 100644 index 0000000..0b4cb03 --- /dev/null +++ b/resources/.gitignore @@ -0,0 +1 @@ +*.conf \ No newline at end of file