refs #4922 Apache config
gitea/hedera-web/pipeline/head This commit looks good Details

This commit is contained in:
Juan Ferrer 2024-11-26 11:09:47 +01:00
parent fdda9a56c4
commit 0280a1ae82
4 changed files with 14 additions and 11 deletions

View File

@ -9,17 +9,24 @@
</IfModule>
<VirtualHost *:80>
DocumentRoot /usr/share/hedera-web/
DocumentRoot /usr/share/hedera-web/spa
RewriteEngine On
RewriteRule ^/?$ /usr/share/hedera-web/index.php [L]
</VirtualHost>
<Directory /usr/share/hedera-web/>
Options -Indexes -FollowSymLinks
AllowOverride None
Require all granted
SetEnvIf Authorization .+ HTTP_AUTHORIZATION=$0
RewriteEngine On
RewriteRule ^/?$ index.php [L]
SetEnvIf Authorization .+ HTTP_AUTHORIZATION=$0
</Directory>
<Directory /usr/share/hedera-web/spa>
Options -FollowSymLinks
AllowOverride None
Require all granted
<FilesMatch "\.(css|js|json|yml|php|xml|html|svg)$">
SetOutputFilter DEFLATE

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
hedera-web (24.50.6) stable; urgency=low
hedera-web (24.50.7) stable; urgency=low
* Initial Release.

6
debian/install vendored
View File

@ -4,16 +4,12 @@ php.ini etc/hedera-web
web usr/share/php/vn
doc/* usr/share/doc/hedera-web
hedera-web.php usr/share/hedera-web
forms usr/share/hedera-web
image usr/share/hedera-web
js usr/share/hedera-web
pages usr/share/hedera-web
reports usr/share/hedera-web
rest usr/share/hedera-web
utils usr/share/hedera-web
index.php usr/share/hedera-web
package.json usr/share/hedera-web
dist/spa/* usr/share/hedera-web
README.md usr/share/hedera-web
webpack.config.json usr/share/hedera-web
build-deps/node_modules usr/share/hedera-web
dist/spa usr/share/hedera-web

View File

@ -1,6 +1,6 @@
{
"name": "hedera-web",
"version": "24.50.6",
"version": "24.50.7",
"description": "Verdnatura web page",
"license": "GPL-3.0",
"productName": "Salix",