F
F
foundationick2017-09-12 00:31:40
Nginx
foundationick, 2017-09-12 00:31:40

Nginx redirect https request from LAN to VK?

I make requests to localhost/port/path configured in nginx to redirect to the vk.com API. VK requires requests over https, how do I configure nginx? you need this in order to configure requests limit per second through nginh.
Is it really necessary to generate ssl separately for nginx?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
C
chupasaurus, 2017-09-12
@chupasaurus

Proxy with the limit_req directive through the stream module ( official guide ), i.e. TCP Proxy

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question