Skip to content

Instantly share code, notes, and snippets.

View IkaroFox's full-sized avatar
🏠
Working from home

Clauvander Victor IkaroFox

🏠
Working from home
View GitHub Profile
@IkaroFox
IkaroFox / README.md
Created September 30, 2022 00:39 — forked from vanushwashere/README.md
Systemd unit file for supervisord service

Systemd unit file for supervisord service

  • place this config in /etc/systemd/system/supervisord.service
  • kill all supervisord processes
  • sudo systemctl daemon-reload
  • sudo systemctl enable supervisord
  • start with sudo systemctl start supervisord if already not started
@IkaroFox
IkaroFox / phpmyadmin.conf
Created December 22, 2021 06:15 — forked from AlexMcDee/phpmyadmin.conf
Laravel LEMP server configurations [Nginx, MySQL PhpMyAdmin, php7.2-fpm, Redis, Composer)
location /phpmyadmin {
root /usr/share/;
index index.php;
try_files $uri $uri/ =404;
location ~ ^/phpmyadmin/(doc|sql|setup)/ {
deny all;
}
location ~ /phpmyadmin/(.+\.php)$ {