Nginx Unit PHP SDK
Star this project on Github
My Website
Search
⌃
K
Links
Welcome!
Installation
Questions and Issues
Changelog
Authors
Basic Usage
Unit
Config
Certificates
API Reference
Open
Powered By
GitBook
Comment on page
Unit
Create unit object
$unit
=
new
Unit
(
socket
:
'/usr/local/var/run/unit/control.sock'
,
address
:
'http://localhost'
);
Get unit socket
$unit
->
getSocket
();
Get unit address
$unit
->
getAddress
();
Clear config
$unit
->
removeConfig
();
Previous
Authors
Next - Basic Usage
Config
Last modified
3mo ago