|
|
|
@ -77,13 +77,14 @@ http {
|
|
|
|
|
location @502 { return 502 '{"status":502,"message":"Bad gateway"}\n'; }
|
|
|
|
|
|
|
|
|
|
location /mail {
|
|
|
|
|
return 302 mailto:info@adb.sh;
|
|
|
|
|
return 302 mailto:info@adb.sh;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
location / {
|
|
|
|
|
index index.html;
|
|
|
|
|
root /var/www/html;
|
|
|
|
|
try_files $uri $uri/ /index.html;
|
|
|
|
|
absolute_redirect off;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|