redirect all HTTP request to HTTPS on NGINX 2018-06-29 KENNETH WEB 0 NGINX 사용시 HTTP로 들어오는 모든 접속을 HTTPS 로 리다이렉트 시키려면… server { listen 80; server_name jirak.net www.jirak.net; return 301 https://$host$request_uri; } http://jirak.net/haha.html 로 접속시 https://jirak.net/haha.html 로 리다이렉트 됨…. httphttpsnginxredirectto USN-4694-1: Linux kernel vulnerability 2021-01-15 KENNETH 0 USN-4693-1: Ampache vulnerabilities 2021-01-15 KENNETH 0 CES 2021: Microsoft’s partners announce new PC gaming hardware and software 2021-01-15 KENNETH 0 Accelerate Cloud-Native Apps with Automation 2021-01-14 KENNETH 0 USN-4653-2: containerd vulnerability 2021-01-14 KENNETH 0
Leave a Reply