Skip to content

Commit

Permalink
update nginx conf
Browse files Browse the repository at this point in the history
  • Loading branch information
dcmcand committed Mar 11, 2021
1 parent 8482724 commit a2f5a37
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions maintenance_page/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TTA Smart Hub</title>
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="logo64.png" type="image/x-icon">
<link rel="stylesheet" href="/style.css">
<link rel="shortcut icon" href="/logo64.png" type="image/x-icon">
</head>
<body>
<header>
<img src="eclkc-blocks-logo.png" alt="TTA Smarthub logo">
<img src="/eclkc-blocks-logo.png" alt="TTA Smarthub logo">
<span>
Office of Head Start TTA Smart Hub
</span>
Expand Down
2 changes: 1 addition & 1 deletion nginx/conf/includes/maintenancepage.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
location / {
return 301 https://$host
try_files $uri $uri/ /index.html;
}

0 comments on commit a2f5a37

Please sign in to comment.