Skip to content

Instantly share code, notes, and snippets.

View Daworks's full-sized avatar

Design Arete Daworks

View GitHub Profile
sample
@Daworks
Daworks / README.md
Created October 6, 2018 20:07 — forked from magnetikonline/README.md
Nginx FastCGI cache configuration example.

Nginx FastCGI cache

Example /etc/nginx/nginx.conf using FastCGI (e.g. to PHP-FPM) with FastCGI cache enabled. This will capture returned data and persist it to a disk based cache store for a configurable amount of time, great for robust full page caching.

Will need to create a directory to hold cache files, for the example given here that would be:

$ sudo mkdir -p /var/cache/nginxfastcgi
$ chown www-data: /var/cache/nginxfastcgi
@Daworks
Daworks / README.md
Created October 8, 2018 08:08 — forked from allieus/README.md
selenium 을 통한 홈택스 자동화 심플 예제

Download, Internet Explorer Driver Server

필요조건

  • 인터넷 옵션/보안에서 모든 존 (인터넷, 로컬인터넷, 신뢰사이트, 제한사이트) 에 대해 보호모드 사용 끄기