[Apache] Apache Vhost 세팅 (React, SpringBoot) - PM2 배포 시
·
Tech Archive/Apache
React, SpringBoot- 해당하는 도메인을 PM2로 올라간 서비스에 Proxy 처리 HTTP #main domain ServerName test.com #document Root DocumentRoot /var/www/html/test #additional setting #Options FollowSymLinks MultiViews Options -Indexes +FollowSymLinks AllowOverride All require all granted ErrorLog ${APACHE_LOG_DIR}/test.com-error.log CustomLog ${APACHE_LOG_DIR}/tes..