Skip to content

Commit 506f7fc

Browse files
committed
3.0.0pre
1 parent 1b9c48b commit 506f7fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rootfs/container/functions/20-llng

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ EOF
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%/}")

rootfs/etc/nginx/sites.available/03-manager.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)