Skip to content

Commit

Permalink
ACQUI-144: Fix apache config and rename directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mblenk committed Jun 13, 2024
1 parent b37016c commit 591f885
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Koha/Plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ perl /kohadevbox/koha/misc/devel/install_plugins.pl

etc/apache2/sites-available/kohadev.conf
```
ScriptAlias /acquisitions "/kohadevbox/koha_plugin/Koha/Plugin/Acquire/views/acquisitions.pl"
ScriptAlias /acquisitions "/kohadevbox/plugins/koha-plugin-acq2/Koha/Plugin/Acquire/views/acquisitions.pl"
Alias /plugin “/var/lib/koha/kohadev/plugins"
```

/etc/apache2/apache2.conf
```
<Directory /kohadevbox/koha_plugin>
<Directory /kohadevbox/plugins>
Options Indexes FollowSymLinks
AllowOverride None
Require all granted
Expand Down

0 comments on commit 591f885

Please sign in to comment.