
Answer was selected as best
|
June 9, 2018 | 10 | |
Received an upvote
|
June 9, 2018 | 10 | |
Posted an answer
How do I create a SSL redirect?server { listen [::]:80; listen 80; server_name example.com www.example.com; return 301 https://example.com$request_uri; } |
June 9, 2018 | 5 | |
Received an upvote
The E in LEMP comes from the pronunciation of Nginx: Engine-X (en-juhn-ecks). The importance is the sound of the first letter rather than its written representation. Besides, LEMP is actually pronounceable... |
July 4, 2017 | 10 |