ワイズリマインダー

nginxでCORS

nginx.conのパスが/usr/local/nginx/conf/nginx.confの場合。

$ sudo vi /usr/local/nginx/conf/nginx.conf
http{
	server{
		location / {
			add_header Access-Control-Allow-Origin *;
			add_header Access-Control-Allow-Methods "POST, GET, OPTIONS";
			add_header Access-Control-Allow-Headers "Origin, Authorization, Accept";
			add_header Access-Control-Allow-Credentials true;
		}
	}
}

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です

CAPTCHA


このサイトはスパムを低減するために Akismet を使っています。コメントデータの処理方法の詳細はこちらをご覧ください

検索

最近のコメント

最近の投稿

タグ

フィード配信

アーカイブ

外部リンク