Skip to content
This repository was archived by the owner on Oct 7, 2025. It is now read-only.

Commit 7eff30c

Browse files
author
Matej Stajduhar
committed
LE-vhost-root-update
1 parent 173c1af commit 7eff30c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/debian/nginx/templates/vhost_letsencrypt.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ server {
77
listen 80;
88
{% endif %}
99
server_name {{ domain.server_name }};
10-
root /home/deploy;
10+
root /tmp;
1111
error_log {{ domain.error_log }} {{ domain.error_log_level }};
1212
access_log {{ domain.access_log }} {{ domain.access_log_format | default('main') }};
1313
# Proxy for certbot (LetsEncrypt)

0 commit comments

Comments
 (0)