Referrers (+) / Changes to Directory Naming

This commit is contained in:
Mitchell Krog 2017-07-19 11:10:00 +02:00
parent 97accd5152
commit f8d0b5cab8
36 changed files with 86 additions and 75 deletions

11
.dev-tools/default.vhost Normal file
View file

@ -0,0 +1,11 @@
server {
listen *:9000;
root /var/www/html;
server_name localhost;
charset UTF-8;
location / {
root /var/www/html/;
}
}