diff --git a/config/nginx.conf b/config/nginx.conf index 83be67f..dd68838 100644 --- a/config/nginx.conf +++ b/config/nginx.conf @@ -18,4 +18,10 @@ server { error_page 500 502 503 504 /500.html; client_max_body_size 4G; keepalive_timeout 10; +} + +server { + listen 80; + server_name accescible-solutions.com; + rewrite ^(.*) http://www.accescible-solutions.com$1 permanent; } \ No newline at end of file