- gcc 9.2.0
- linux 5.3.5
$ cd src && make all
# make install
$ sudo mginx # default listening at 8000
You may modify the config file to specify the port if there is a confliction.
As julia run as a daemon, it is not convenient to debug. Follow the steps to make it run in debug mode:
- change the INSTALL_DIR in Makefile to your local repo, like:
INSTALL_DIR = /home/foo/mginx/ # the last slash required
- turn on the debug instruction in config.json
"debug": true,
fastcgi- chunked transform
- benchmark