Skip to content

Commit 4c89a5c

Browse files
author
FozzeY
committed
Fix server root
1 parent 977f980 commit 4c89a5c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ansible/nginx.conf

+3-1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ http {
5151
server_name fozzey.ru;
5252
ssl_certificate /etc/ssl/fozzey_ru.crt;
5353
ssl_certificate_key /etc/ssl/fozzey_ru.key;
54-
root /var/www/html;
54+
location / {
55+
root /var/www/html;
56+
}
5557
}
5658
}

0 commit comments

Comments
 (0)