Advertisement
Gustavo_Inzunza

seguri

Nov 9th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.44 KB | None | 0 0
  1. <VirtualHost *:81>
  2.     ServerName api.condell.alemana.cl
  3.     #ServerAlias api.menkar
  4.     DocumentRoot "/opt/lebox/Seguridad_XERO/public"
  5.     DirectoryIndex /index.php index.php
  6.  
  7.     <LocationMatch ^/(.*\.php)$>
  8.           ProxyPass fcgi://127.0.0.1:9000/opt/lebox/Seguridad_XERO/public/$1
  9.     </LocationMatch>
  10.     <Directory />
  11.           Options All
  12.           AllowOverride All
  13.           Require all granted
  14.     </Directory>
  15. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement