Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <VirtualHost *:80>
- Alias /static /opt/netbox/netbox/static
- <Directory /opt/netbox/netbox/static>
- Options Indexes FollowSymLinks MultiViews
- AllowOverride None
- Require all granted
- </Directory>
- <Location /static>
- ProxyPass !
- </Location>
- RequestHeader set "X-Forwarded-Proto" expr=%{REQUEST_SCHEME}
- ProxyPass / http://127.0.0.1:8001/
- ProxyPassReverse / http://127.0.0.1:8001/
- </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement