Deployment and Maintenance / Virtual Directory Deployment
Added in version 6.0.3
DataFlux Func supports deployment via a virtual directory.
That is, through configurations like Nginx, you can access DataFlux Func after deployment using {domain}/{virtual directory}
.
Configuration Reference
Assume the virtual directory name is func
, meaning it is accessed via http://{domain}/func
, then the configuration would be as follows:
Nginx Configuration | |
---|---|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
|