Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.55 KB | None | 0 0
  1. #=====================================================
  2. # altibbiv2.local
  3. #=====================================================
  4. <VirtualHost *:80>
  5. DocumentRoot "/var/www/html/altibbi-v2.0/frontend/web"
  6. ServerName altibbiv2.local
  7. ServerAlias www.altibbiv2.local www.altibbi.com
  8. ServerAdmin anas.jamil@altibbi.com
  9. RewriteEngine on
  10. SETENV ENVIROMENT "local"
  11. <Directory /var/www/html/altibbi-v2.0/frontend/web>
  12. Options FollowSymLinks
  13. AllowOverride All
  14. order allow,deny
  15. allow from all
  16. </Directory>
  17. </VirtualHost>
  18.  
  19.  
  20. #=====================================================
  21. # cdn.altibbiv2.local
  22. #=====================================================
  23. <VirtualHost *:80>
  24. DocumentRoot "/var/www/html/altibbi-v2.0/cdn"
  25. ServerName cdn.altibbiv2.local
  26. ServerAlias www.cdn.altibbiv2.local
  27. ServerAdmin anas.jamil@altibbi.com
  28. RewriteEngine on
  29. SETENV ENVIROMENT "local"
  30. <Directory /var/www/html/altibbi-v2.0/cdn>
  31. Options FollowSymLinks
  32. AllowOverride All
  33. order allow,deny
  34. allow from all
  35. </Directory>
  36. </VirtualHost>
  37.  
  38. #=====================================================
  39. # api.altibbiv2.local
  40. #=====================================================
  41. <VirtualHost *:80>
  42. DocumentRoot "/var/www/html/altibbi-v2.0/api/web"
  43. ServerName api.altibbiv2.local
  44. ServerAlias www.api.altibbiv2.local f5d0ee5e.ngrok.io
  45. ServerAdmin anas.jamil@altibbi.com
  46. RewriteEngine on
  47. SETENV ENVIROMENT "local"
  48. <Directory /var/www/html/altibbi-v2.0/api/web>
  49. Options FollowSymLinks
  50. AllowOverride All
  51. order allow,deny
  52. allow from all
  53. </Directory>
  54. </VirtualHost>
  55.  
  56.  
  57.  
  58. #=====================================================
  59. # back.altibbiv2.local
  60. #=====================================================
  61. <VirtualHost *:80>
  62. DocumentRoot "/var/www/html/altibbi-v2.0/backend/web"
  63. ServerName back.altibbiv2.local
  64. ServerAlias www.back.altibbiv2.local
  65. ServerAdmin anas.jamil@altibbi.com
  66. RewriteEngine on
  67. SETENV ENVIROMENT "local"
  68. <Directory /var/www/html/altibbi-v2.0/backend/web>
  69. Options FollowSymLinks
  70. AllowOverride All
  71. order allow,deny
  72. allow from all
  73. </Directory>
  74. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement