Skip to content

Instantly share code, notes, and snippets.

View acarbonellb's full-sized avatar
🚀
Go go go!

Alberto Carbonell acarbonellb

🚀
Go go go!
  • Coverwallet
  • Spain
View GitHub Profile
@yidas
yidas / nginx-config-guide.md
Last active January 12, 2022 07:10
[Nginx] Nginx Configuration Guide & Samples (Subdirectory with PHP)

Nginx Configuration Guide & Samples

Subdirectory using Alias

root /var/www/html;

location /site2/ {
    
    alias /srv/www/project2/;
@staltz
staltz / introrx.md
Last active July 22, 2024 09:31
The introduction to Reactive Programming you've been missing