1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/phpback_ynh.git synced 2024-09-03 19:56:34 +02:00
Commit graph

7 commits

Author SHA1 Message Date
Éric Gaspar
1eb863d4d9 Update nginx.conf 2023-11-24 16:04:31 +01:00
Éric Gaspar
d21db703b6 Merge branch 'testing' into pr/2 2023-11-24 15:42:52 +01:00
Éric Gaspar
caeec2e239 v2 2023-11-24 14:27:45 +01:00
Éric Gaspar
4d5adbb0a4 v2 2023-11-24 14:20:53 +01:00
Salamandar
5de95e3180
Fix Nginx configuration
The rewrite -> index.php last is required for urls like https://mydomain/phpback/home/feedback,  mydomain/admin/ etc.
The location public, favicon.ico is required to prevent rewriting those urls.
2022-08-23 17:49:06 +02:00
Salamandar
8add3a5fde
Fix database.php : use mysqli instead om mysql
mysql is deprecated and it trigger this error: `Call to undefined function mysql_pconnect()`
https://stackoverflow.com/questions/36822462/codeigniter-error-call-to-undefined-function-mysql-pconnect
2022-08-23 16:01:03 +02:00
ericgaspar
a68eff5e0b
First commit 2022-04-02 15:11:39 +02:00