Skip to content

Commit 90ea103

Browse files
committed
Make webroot-path absolute
1 parent 77f7b63 commit 90ea103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

certbot.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ work-dir = ~/.certbot/work
33
logs-dir = ~/.certbot/logs
44
email = jason.park@gatech.edu
55
authenticator = webroot
6-
webroot-path = ~/server/public/frontend-built
6+
webroot-path = /home/ubuntu/server/public/frontend-built
77
domains = algorithm-visualizer.org

0 commit comments

Comments
 (0)