Update 'NGINX-Installer.sh'

This commit is contained in:
bprieshof
2019-01-10 13:24:35 +01:00
parent 93db7a6f48
commit 22ec91eeb8

View File

@@ -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 {