Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

apache react deploy "conf"

<VirtualHost *:80>
  DocumentRoot/Users/Your User Name/Sites/
  <Directory"/Users/Your User Name/Sites/">
    Options Indexes FollowSymLinks
    AllowOverride All
    Order allow,deny
    Allow from all
    Require all granted
  </Directory>
</VirtualHost>
Source by laptrinhx.com #
 
PREVIOUS NEXT
Tagged: #apache #react #deploy
ADD COMMENT
Topic
Name
1+3 =