fix: nginx permission issue on ubuntu 21 and above

Signed-off-by: Dominik Willner th33xitus@gmail.com
This commit is contained in:
th33xitus
2022-05-27 09:16:43 +02:00
parent 71e7e1b332
commit 544c26c01e
3 changed files with 18 additions and 0 deletions

View File

@@ -77,6 +77,8 @@ function install_fluidd() {
set_upstream_nginx_cfg
### create /etc/nginx/sites-available/<interface config>
set_nginx_cfg "fluidd"
### nginx on ubuntu 21 and above needs special permissions to access the files
set_nginx_permissions
### symlink nginx log
symlink_webui_nginx_log "fluidd"