Sha256: c13b14c8c487e6a1ab504b2c04b0c426b374e88269f18aa9229729316390efa3
Contents?: true
Size: 312 Bytes
Versions: 5
Compression:
Stored size: 312 Bytes
Contents
location / { root <%= www_dir %>; index index.php index.html index.htm; } location ~ \.php$ { root <%= www_dir %>; fastcgi_pass fastcgi_server; fastcgi_index index.php; fastcgi_param SCRIPT_FILENAME $document_root/$fastcgi_script_name; include conf/fastcgi_params; }
Version data entries
5 entries across 5 versions & 1 rubygems