Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 242 Bytes

linux.md

File metadata and controls

10 lines (8 loc) · 242 Bytes

Change default php version

sudo update-alternatives --config php

Apache Bench Example for REST API

ab -n 100 -c 5 -H 'accept: application/json' -H 'Authorization: Bearer {JWT}' http://localhost:8080/