fix redirect issues with nginx
This commit is contained in:
parent
5f9d769e06
commit
778f4c1b97
1 changed files with 3 additions and 3 deletions
|
@ -5,9 +5,9 @@
|
|||
<!doctype html>
|
||||
<div class="nav">
|
||||
<h1> sako </h1>
|
||||
<a href="/home">home</a>
|
||||
<a href="/blog">blog</a>
|
||||
<a href="/services">services</a>
|
||||
<a href="/home/">home</a>
|
||||
<a href="/blog/">blog</a>
|
||||
<a href="/services/">services</a>
|
||||
</div>
|
||||
<style>
|
||||
.nav {
|
||||
|
|
Loading…
Reference in a new issue