Deployment and Maintenance / Virtual Directory Deployment
Added in version 6.0.3
DataFlux Func supports deployment via virtual directories.
You can configure Nginx or similar to access the deployed DataFlux Func using {domain}/{virtual-directory}.
Configuration Reference
Assuming the virtual directory name is func, meaning access via http://{domain}/func, the configuration is as follows:
| Nginx Configuration | |
|---|---|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | |
| Nginx Configuration | |
|---|---|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | |