Skip to content

Commit

Permalink
Fix for homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
mreid-tt committed Sep 18, 2024
1 parent a0af1a5 commit 53b97cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions spk/wallabag/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ STARTABLE = no
SERVICE_USER = auto
SERVICE_SETUP = src/service-setup.sh

ADMIN_URL = /wallabag/web/
SERVICE_PORT_URL = /wallabag/web/
ADMIN_URL = /wallabag

WIZARDS_DIR = src/wizard/
SYSTEM_GROUP = http
Expand Down
2 changes: 1 addition & 1 deletion spk/wallabag/src/conf/resource
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"profile_name": "wallabag Profile",
"user": "sc-wallabag"
},
"root": "wallabag",
"root": "wallabag/web",
"service": "wallabag",
"type": "apache_php"
}
Expand Down
2 changes: 1 addition & 1 deletion spk/wallabag/src/web/wallabag.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Alias "/wallabag" "/var/services/web/wallabag"
ProxySet timeout=3600
</Proxy>

<Directory "/var/services/web/wallabag">
<Directory "/var/services/web/wallabag/web">

<FilesMatch "\.(php[345]?|phtml)$">
SetHandler "proxy:fcgi://wallabag"
Expand Down

0 comments on commit 53b97cc

Please sign in to comment.