Guest User

Untitled

a guest
Feb 18th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. {%- from "librenms/map.jinja" import librenms with context -%}
  2. <VirtualHost *:80>
  3. DocumentRoot /opt/librenms/html/
  4. ServerName {{ network.get_fqdn }}
  5. ServerName {{ grains['ipv4'][0] }}
  6.  
  7. <Directory "/opt/librenms/html/">
  8. Require all granted
  9. AllowOverride All
  10. Options FollowSymLinks MultiViews
  11. </Directory>
  12. </VirtualHost>
Add Comment
Please, Sign In to add comment