์ํ์น์ ๋ฆฌ์กํธ ๋ฐฐํฌํ๊ธฐ
์ํ๋ค๐ฅ
์ํ์ํ ์ํ์น..............
์ํ์น์ ๋ฐฐํฌ ์ฑ๊ณต!
์๊ฐ๋ณด๋ค ๊ฐ๋จํด์
ํด๊ฒฐํ๊ณ ๋๋ค ํ๋ฌดํจ์ด๋...!
๊ฒฐ๋ก ์ ์ผ๋ก ๋์์ด ๋์๋ ์ํฐํด์ ์๋์ ๋งํฌ!
https://blog.learningdollars.com/2020/01/16/how-to-host-a-django-api-using-mod-wsgi-serving-a-react-frontend-on-an-apache-server-on/
sudo cp -r ~/ldeproject/reactapache/apachereactapp/build/* /var/www/html/
Options -MultiViews
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.html [QSA,L]![]
sudo a2enmod rewrite
sudo systemctl restart apache2