fix redirect issues with nginx

This commit is contained in:
Sakooooo 2024-12-07 12:23:49 +04:00
parent 5f9d769e06
commit 778f4c1b97
Signed by: sako
GPG key ID: FE52FD65B76E4751

View file

@ -5,9 +5,9 @@
<!doctype html> <!doctype html>
<div class="nav"> <div class="nav">
<h1> sako </h1> <h1> sako </h1>
<a href="/home">home</a> <a href="/home/">home</a>
<a href="/blog">blog</a> <a href="/blog/">blog</a>
<a href="/services">services</a> <a href="/services/">services</a>
</div> </div>
<style> <style>
.nav { .nav {