###Edit this file
/etc/nginx/nginx.conf
###Add this line anywhere inside the http { }
block:
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
###Go to your Forge panel and restart Nginx
<?xml version="1.0" encoding="UTF-8"?> | |
<schema version="1.0" xmlns="http://www.apple.com/metadata" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.apple.com/metadata file:///System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework/Resources/MetadataSchema.xsd"> | |
<!-- | |
Compiled from /Applications/Microsoft\ Outlook.app/Contents/Library/Spotlight/Microsoft\ Outlook\ Spotlight\ Importer.mdimporter/Contents/Resources/schema.xml | |
with info from http://xensoft.com/search-mac-outlook-2011-mail-with-raw-queries/ | |
--> | |
<types> | |
<type name="com.microsoft.outlook15.contact"> | |
<allattrs> | |
kMDItemTitle |
/** | |
* Make sure the following is included in `/test/index.js` | |
* | |
* ```javascript | |
* 'use strict'; | |
* | |
* const mocha = require('mocha'); | |
* const coMocha = require('co-mocha'); | |
* | |
* coMocha(mocha); |
{ | |
"extends": "airbnb/base", | |
"plugins": [ | |
"react" | |
], | |
"env": { | |
"node": true, | |
"jasmine": true, | |
}, | |
"rules": { |
## Build generated | |
build/ | |
DerivedData | |
build.xcarchive | |
## Various settings | |
*.pbxuser | |
!default.pbxuser | |
*.mode1v3 | |
!default.mode1v3 |
* { | |
font-size: 12pt; | |
font-family: monospace; | |
font-weight: normal; | |
font-style: normal; | |
text-decoration: none; | |
color: black; | |
cursor: default; | |
} |
###Edit this file
/etc/nginx/nginx.conf
###Add this line anywhere inside the http { }
block:
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
###Go to your Forge panel and restart Nginx
<?php namespace Acme; | |
use Illuminate\Filesystem\Filesystem; | |
class Updater { | |
/** | |
* The Filesystem instance | |
* | |
* @var Illuminate\Filesystem\Filesystem |