![](http://i1.daumcdn.net/thumb/C148x148/?fname=https://blog.kakaocdn.net/dn/dyyPYF/btq09jeB5d3/VhhBPoIxt6vI5uniHobmH0/img.png)
# vi /etc/httpd/conf.d/vhost.conf ServerName [도메인] # http to https RewriteEngine On RewriteCond %{HTTPS} off RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R,L] Options FollowSymLinks AllowOverride ALL Require all granted
프로그래밍/Linux
2021. 3. 24. 04:44