Advertisement
kutte128

froxlorpanel

Nov 25th, 2014
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. # 10_froxlor_ipandport_xx.xx.xx.xx.80.conf
  2. # Created 25.11.2014 14:58
  3. # Do NOT manually edit this file, all changes will be deleted after the next domain change at the panel.
  4.  
  5. <VirtualHost xx.xx.xx.xx:80>
  6. DocumentRoot "/var/www/localhost/htdocs/froxlor/"
  7. ServerName panel.xxx-xxx.de
  8. # manuell
  9. <Directory /var/www/localhost/htdocs/froxlor/>
  10. Require all granted
  11. </Directory>
  12. # manuell ende
  13. <FilesMatch \.php$>
  14. SetHandler proxy:unix:/var/lib/apache2/fastcgi/froxlor.panel-panel.xxx-xxx.de-php-fpm.socket|fcgi://localhost/
  15. </FilesMatch>
  16. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement