fix typo in nginx site

This commit is contained in:
Mahmoud Zalt 2017-04-22 15:10:43 -04:00
parent 0cf26af724
commit bccb1a3162
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ server {
listen 80 default_server;
listen [::]:80 default_server ipv6only=on;
server_name locahost;
server_name localhost;
root /var/www/public;
index index.php index.html index.htm;