File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
etc/nginx/sites.available Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 541541 for svar in $(set -o posix; env | grep '^PORTAL_TEMPLATE_.*_STATIC_PATH=.*$' | grep -vE 'BOOTSTRAP|COMMON' | awk -F= '{print $1}'); do
542542 s_name=$(echo "${svar}" | sed -E 's|^PORTAL_TEMPLATE_(.*)_STATIC_PATH$|\1|' | tr '[:upper:]' '[:lower:]')
543543 s_path=$(eval echo "\$${svar}")
544- s_dir="${PORTAL_STATIC_PATH%/}/static/ ${s_name}/"
544+ s_dir="${PORTAL_STATIC_PATH%/}${s_name}/"
545545
546546 if [ -n "${s_name}" ]; then
547547 stp_norm=$(realpath "${PORTAL_STATIC_PATH%/}")
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ server {
3737 }
3838
3939 location /static/ {
40- alias { /usr/share/lemonldap-ng/manager/static/;
40+ alias /usr/share/lemonldap-ng/manager/static/;
4141 }
4242
4343 ### Don't edit past here
You can’t perform that action at this time.
0 commit comments