Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <VirtualHost *:80>
- ServerName dev.stavebninyfranek.com
- DocumentRoot "/data/webs/dev"
- <FilesMatch "\.php$">
- SetHandler "proxy:unix:/tmp/php56-fpm.sock|fcgi://127.0.0.1"
- </FilesMatch>
- </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement