fixed auth for blog
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user