Commit bccb1a31 authored by Mahmoud Zalt's avatar Mahmoud Zalt

fix typo in nginx site

parent 0cf26af7
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment