- Enter to MySQL/MariaDB server command-line tool (change root with your username and password):
mysql -u root -proot- Set the general log file path:
SET GLOBAL general_log_file='/var/log/mysql/mycustom.log';| Step 1 | |
| open your nginx file in /home/%user%/conf/web/application.o%domain%/nginx.ssl.conf | |
| and comment line | |
| proxy_hide_header Upgrade; | |
| Step 2 | |
| Creta the file /home/%user%/conf/web/%domain%/nginx.ssl.conf_vite and paste this code |