Discussion:
[Cppcms-users] config for multiple script
Mohd Helmi Mohd Shariff
2017-01-18 13:30:11 UTC
Permalink
May I know how to write config file for multiple script? For example first script (http://localhost:8080/first and second http://localhost:8080/second). I have tried put "script_names" : [ "/first", "/second" ] but when I run ./first -c config.js, I still get first page when I access http://localhost:8080/second. 
Loading...