This commit is contained in:
agusmakmun
2016-04-21 00:31:50 +07:00
parent 8b5de64566
commit b81d3a9acb

View File

@@ -32,6 +32,12 @@ Listen 192.168.1.27:8001
</VirtualHost>
{% endhighlight %}
* **Now restart or reload your apache**
```shell
service apache2 restart
```
And then, you can access from another client with IP: `192.168.1.27:8001`
> Thanks to: _Nabil Abdat_