post_action

Context: http, server, location, and if

Defines a post-completion action, a URI that will be called by Nginx after the request has been completed.

Syntax: URI or named location block

Example:

location /payment/ { 
    post_action /scripts/done.php; 
}
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.17.207.113