fixed auth for blog

This commit is contained in:
2024-11-19 19:44:31 +00:00
parent aec6786be7
commit a3c9c0ffd3
5 changed files with 11 additions and 7 deletions

View File

@@ -24,7 +24,7 @@ server {
}
server {
listen localhost:7788;
listen 192.168.0.101:7788;
location / {
root /opt/blog_content/;
try_files $uri $uri/ $uri.html =404;
@@ -40,4 +40,4 @@ server {
server_name blog.maksim-pankov.ru;
listen 80;
return 404; # managed by Certbot
}
}