fix error on root path #50

Closed
meaz wants to merge 1 commits from roundcube_root into main
Owner
No description provided.
muppeth was assigned by meaz 2023-08-03 11:30:26 +02:00
meaz added 1 commit 2023-08-03 11:30:27 +02:00
muppeth reviewed 2023-08-12 09:14:10 +02:00
@ -2,3 +2,3 @@
{% block root %}
root {{ nginx_www_dir }}{{ item.root }};
root {{ item.root }};
Owner

This isn't right IMO. It should stay as is, otherwise you are not specifying entire path.

This isn't right IMO. It should stay as is, otherwise you are not specifying entire path.
Author
Owner

oh you're right, the issue is on RC role not on nginx. Me fixing this now.

oh you're right, the issue is on RC role not on nginx. Me fixing this now.
meaz closed this pull request 2023-08-13 11:38:41 +02:00
meaz deleted branch roundcube_root 2023-08-13 11:38:47 +02:00

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Disroot-Ansible/nginx#50
No description provided.