13-09-2020, 17:46:21
Voici les retours de la console avec la partie static dans le fichier de conf :
A noter que
location /static/
location ^~ /static/
donnent le même résultat.
Code :
sql (count_apps) : SELECT count(id) FROM apps WHERE in_prof = 1;
sql (get_page) : SELECT id, name, apt_name, generic, prof_icon_path AS icon_path, default_icon_path, prof_path AS path, default_path, in_mini, in_maxi, in_super, in_prof FROM apps WHERE in_prof = 1 LIMIT 0, 10;
sql (count_apps) : SELECT count(id) FROM apps WHERE in_prof = 1;
sql (get_categories) : SELECT id, name, icon_path, level, session, parent_id FROM categories WHERE session = "prof";
INFO: - "GET / HTTP/1.0" 200 OKA noter que
location /static/
location ^~ /static/
donnent le même résultat.

