Sobhan
Sobhan
How can I disable listen to IPV6 in NGINX for new sites I make ?
The current implementation only works when the data is already cached. In this case, every time the data is read from the cache, the algorithm calculates the expiration time and,...
Some of my users dos/ddos externals servers through VPN. and the datacenter sends me a abuse email. How can I find access key id by IP ? is there logs...
My `composer.json`: ```json { "name": "laravel/laravel", "type": "project", "description": "The skeleton application for the Laravel framework.", "keywords": [ "laravel", "framework" ], "license": "MIT", "require": { "php": "^8.2", "hekmatinasser/verta": "^8.4", "jenssegers/agent":...
When I call verta() in my app (configured with app.timezone = Asia/Tehran), the resulting Verta object is in UTC instead of Tehran time. ``` > date_default_timezone_get() = "Asia/Tehran" > config('app.timezone')...