How I can redirect all SSL requests to "https" folder? My frontend webserver is nginx.
For example:
https: //website.com/checkout.php should be redirected to https://website.com/https/checkout.php
Please help me with this question.
|
How I can redirect all SSL requests to "https" folder? My frontend webserver is nginx. For example: https: //website.com/checkout.php should be redirected to https://website.com/https/checkout.php Please help me with this question. | |||
|
feedback
|
|
in the server {} block
| |||
|
feedback
|
| |||
|
feedback
|