Update 'NGINX-Installer.sh'
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user