diff --git a/nginx-sample.conf b/nginx-sample.conf index d3cf8b6c..bb107f02 100644 --- a/nginx-sample.conf +++ b/nginx-sample.conf @@ -1,6 +1,6 @@ server { listen 80; - root /home/otserv/www/public; + root /var/www/html; index index.php; server_name your-domain.com;