Skip to content

Instantly share code, notes, and snippets.

View jiwom's full-sized avatar

Romero Sarmiento jiwom

View GitHub Profile
@jiwom
jiwom / gist:5478e04e4c16725eeb5eac030c1f14d1
Created March 29, 2023 02:42
Valet Nginx Timeout Fix
client_header_timeout 3000;
client_body_timeout 3000;
fastcgi_read_timeout 3000;
fastcgi_buffers 8 128k;
fastcgi_buffer_size 128k;
to ~/usr/local/etc/nginx.confg file under http {} object.
Then restart the services valet restart
https://github.com/laravel/valet/issues/315

How to install OCI8 on macOS 10.15 (Catalina) with PHP 7.3 or 7.4

Requirements

  • Homebrew
  • Command Line Tools for Xcode
  • PHP 7.3 or 7.4 via Homebrew

Preparation