Skip to content

Instantly share code, notes, and snippets.

View glad2os's full-sized avatar
🎯
Focusing

Ruslan glad2os

🎯
Focusing
View GitHub Profile
@tonymtz
tonymtz / default.conf
Created March 4, 2018 07:37
Nginx configuration for HTML5 routing
server {
listen 80 default_server;
listen [::]:80 default_server;
root /your/root/path;
index index.html;
server_name you.server.com;
@joseluisq
joseluisq / README.md
Last active March 4, 2025 07:27
Install PHP 7 Xdebug in Arch Linux

Install PHP 7 Xdebug in Arch Linux

"Normally", these instructions should be also valid (in similar way) for other Linux distros.

1.- Install Xdebug using pacman:

sudo pacman -Sy xdebug