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 [chrome] 업데이트를 확인하는 동안 오류가 발생했습니다. 9(오류 코드: 0). 2024-09-19 KENNETH 0 [LINUX] DB access fails on PHP webpage, but CLI succecess on rhel (by selinux) 2024-09-03 KENNETH 0 [CentOS6] “[Errno 14] problem making ssl connection” after using vault repository 2024-09-02 KENNETH 0 [CentOS6] Change yum repository after CentOS 6 EOL 2024-09-02 KENNETH 0 [RHEL9] logrotate error : failed to rename Read-only file system 2024-05-21 KENNETH 0
Leave a Reply