URL: https://github.com/freeipa/freeipa/pull/3044 Author: zebraartefakt Title: #3044: Update ipa.conf.template Action: opened
PR body: """ This is my first pull request, so please bear with me. WebUI looked broken so I looked around and found a missing dash. You could of course also change the folder, but this fixes it :) """ To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/3044/head:pr3044 git checkout pr3044
From 73e40b82298482736317fd39eba67254e5bf883c Mon Sep 17 00:00:00 2001 From: zebraartefakt <martin.eichne...@gmail.com> Date: Tue, 16 Apr 2019 17:23:31 +0200 Subject: [PATCH] Update ipa.conf.template WebUI looked broken so I looked around and found a missing dash. This fixes it :) --- install/share/ipa.conf.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/share/ipa.conf.template b/install/share/ipa.conf.template index 8066166821..5ed9abe7f1 100644 --- a/install/share/ipa.conf.template +++ b/install/share/ipa.conf.template @@ -183,7 +183,7 @@ Alias /ipa/crl "$CRL_PUBLISH_PATH" # List explicitly only the fonts we want to serve Alias /ipa/ui/fonts/open-sans "${FONTS_DIR}/open-sans" -Alias /ipa/ui/fonts/fontawesome "${FONTS_DIR}/fontawesome" +Alias /ipa/ui/fonts/fontawesome "${FONTS_DIR}/font-awesome" <Directory "${FONTS_DIR}"> SetHandler None AllowOverride None
_______________________________________________ FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org To unsubscribe send an email to freeipa-devel-le...@lists.fedorahosted.org Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedorahosted.org/archives/list/freeipa-devel@lists.fedorahosted.org