Commit c3328c4
Update phpmyadmin.inc (hestiacp#4590)
* Update phpmyadmin.inc
The issue with the CSS and JS files not loading may stem from the configuration of the alias directive and how Nginx resolves file paths in a custom template. I changed `root` to `alias` in the CSS and JS location block, as the alias directive is essential for accurately mapping the request URI to the filesystem path.
* Update for debian aswell
---------
Co-authored-by: Jaap Marcus <9754650+jaapmarcus@users.noreply.github.com>1 parent ca6823b commit c3328c4
2 files changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | | - | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
0 commit comments