
# 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