diff --git a/NGINX-Installer.sh b/NGINX-Installer.sh index 9ff255b..73c068d 100644 --- a/NGINX-Installer.sh +++ b/NGINX-Installer.sh @@ -40,7 +40,7 @@ upstream netdata { server { listen 80; server_name www.$domain; - return 301 http://$domain/\$request_uri\; + return 301 http://$domain\$request_uri; } server {