Skip to content

Creating two FastCGI apis in one program #236

Answered by pataxis
ThenoobMario asked this question in Q&A
Discussion options

You must be logged in to vote

You can specify a second CGI end-point in the manifest.json.

        "configuration": {
            "httpConfig": [
                {
                    "access": "admin",
                    "name": "first.cgi",
                    "type": "fastCgi"
                },
                {
                    "access": "viewer",
                    "name": "second.cgi",
                    "type": "fastCgi"
                },
            ]
        }

Then you can redirect calls from different end-points to different parts of your program.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ThenoobMario
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants