Skip to content

Instantly share code, notes, and snippets.

View oteroweb's full-sized avatar
🏠
Working from home

Jose Otero (Oteroweb) oteroweb

🏠
Working from home
View GitHub Profile
@7rin0
7rin0 / apache2_vhost_config_vuejs_dist
Created June 18, 2018 13:50
VueJS: Apache / Nginx vhost config examples
<VirtualHost *:80>
DocumentRoot "/home/dev/server/project/dist/"
ServerName vuejs.project.local
<Directory /home/dev/server/project/dist/>
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Require all granted
Order allow,deny
allow from all