From cf3d70c83aac587e31004c983748c35a56508ac1 Mon Sep 17 00:00:00 2001 From: "Haoran S. Diao" <0@hairydiode.xyz> Date: Thu, 21 Nov 2019 23:55:58 -0800 Subject: Fixed some typos, fixed index directive in the nginx conf --- index.html | 6 +++--- ja.hairydiode.xyz.conf | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 8f2f7be..bc4fc18 100644 --- a/index.html +++ b/index.html @@ -30,15 +30,15 @@ function notify() { msg = new Notification("あなたはチンチンが大好き"); } //performing an https POST on the backend -$.post("https://" + window.hostname.location + "/api/msg", - {last-displayed: 0},// data to submit +$.post("https://" + window.location.hostname + "/api/msg", + {ld : 0},// data to submit function(data, status, jqXHR) { //callback function if (data == ""){ return; } console.log(data); } -} +);

You have not granted notification permissions

diff --git a/ja.hairydiode.xyz.conf b/ja.hairydiode.xyz.conf index d68238b..6b92e17 100644 --- a/ja.hairydiode.xyz.conf +++ b/ja.hairydiode.xyz.conf @@ -53,6 +53,7 @@ server { server_name ja.hairydiode.xyz; location / { + index index.html index.htm index.nginx-debian.html; # First attempt to serve request as file, then # as directory, then fall back to displaying a 404. #rewrite ^/(.*)\.html $1 permanent; -- cgit v1.1