Guest User

Untitled

a guest
Aug 14th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. <VirtualHost *:80>
  2. ServerName mydom.com
  3. ServerAdmin hostmaster@mydom.com
  4.  
  5. ErrorLog ${APACHE_LOG_DIR}/mydom_error.log
  6. CustomLog ${APACHE_LOG_DIR}/mydom_access.log combined
  7.  
  8. ProxyPass / http://127.0.0.1:3000/
  9. ProxyPassReverse / http://127.0.0.1:3000/
  10. </VirtualHost>
  11.  
  12. app/
  13. - src/
  14. - spec/
  15. - public/
  16. - assets/
  17. - stylesheets/
  18. - styles.css
  19.  
  20. /home/deployment_user
  21.  
  22. /home/deployment_user/public
  23.  
  24. Kemal.config.public_folder = "/var/www/mydomain/current/public"
Add Comment
Please, Sign In to add comment