Advertisement
Ajtak

vhost

Feb 17th, 2018
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <VirtualHost *:80>
  2.     ServerName dev.stavebninyfranek.com
  3.     DocumentRoot "/data/webs/dev"
  4.     <FilesMatch "\.php$">
  5.         SetHandler  "proxy:unix:/tmp/php56-fpm.sock|fcgi://127.0.0.1"
  6.     </FilesMatch>
  7. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement