# what is proxy server and nginx?

Nginx is used in formsflow\.ai to redirect the websites from one ip to another iP in formsflow\.ai. This redirection is being commonly used for formsflow\.ai.

NGINX is a proxy server. What is the function of a proxy server?

1. It acts as an rediction, to protect users password or ip. So instead of google.com, the mapping to be decided for which server to be mapped is being done using proxy.
2. Also it's used for logging user activity and protecting users for certain websites in restrictive companies.

{% embed url="<https://www.youtube.com/watch?v=5cPIukqXe5w>" %}

**NGINX Beginner Guide**

{% embed url="<https://nginx.org/en/docs/beginners_guide.html>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://til.kurianbenoy.com/programming/what-is-proxy-server-and-nginx.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
