336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.



'사진 > 일상' 카테고리의 다른 글

꽃과 섬  (0) 2014.08.27
여기는 공주  (0) 2014.08.27
혼자 동해 가서 찍은 사진들 ^^  (0) 2011.04.09
lucky 200 테스트 샷 입니다  (0) 2010.08.03
다시 찾은 마량리 2탄 입니다  (0) 2010.08.03
336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.

홈페이지


http://nginx.org/


http://nginx.org/en/download.html



윈도우에서 쓰실려면 아래 블로그 가셔서 받으세요

http://www.lloydkinsella.net/2011/11/14/nginx-service-for-windows/

혹시 몰라 파일 첨부했으니 

저거 쓰셔도 되고요 


사용법은 아래 블로그에 정리 되어 있고요 

http://www.yongbok.net/blog/?tag=nginx&paged=2


지우는 방법이 안나와 있는데 

nginxsvc.exe /uninstall 하시면 됩니다


이건 서비스 메인부분 소스

https://github.com/lkinsella/nginx-svc/blob/master/NGINX%20Service/Program.cs


자 이제 SPDY만 테스트하면 되는건가 

' > 코딩' 카테고리의 다른 글

C# 링크로 파일 추가 시 빌드때 자동 복사  (0) 2015.01.29
ptthread 관련 링크  (0) 2015.01.28
C# Amazon S3Region 의미  (0) 2013.04.16
ZooKeeper C#  (0) 2013.04.10
R-Value 테스트해 봤는데 몬가 이상하다???!!!  (0) 2012.11.15
336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.

자바는 정확한 위치가 나와있는데 


c#의 경우는 정확한 위치를 알수 없다 


아시아 지역은 아래 3개이고 

APS1 = 4, (싱가폴)

APS2 = 5, (시드니)

APN1 = 6, (도쿄)


C# 도움말은 이렇다

APS1 Specifies that the S3 Bucket should use the AP-SOUTHEAST-1 locality.
APS2 Specifies that the S3 Bucket should use the AP-SOUTHEAST-2 locality.
APN1 Specifies that the S3 Bucket should use the AP-NORTHEAST-1 locality. 

여기에 자바 도움말을 합치면 


AP_Singapore

public static final Region AP_Singapore
The Asia Pacific (Singapore) Region. This region uses Amazon S3 servers located in Singapore.

When using buckets in this region, set the client endpoint to s3-ap-southeast-1.amazonaws.com on all requests to these buckets to reduce any latency experienced after the first hour of creating a bucket in this region.


AP_Sydney

public static final Region AP_Sydney
The Asia Pacific (Sydney) Region. This region uses Amazon S3 servers located in Sydney, Australia.

When using buckets in this region, set the client endpoint to s3-ap-southeast-2.amazonaws.com on all requests to these buckets to reduce any latency experienced after the first hour of creating a bucket in this region.


AP_Tokyo

public static final Region AP_Tokyo
The Asia Pacific (Tokyo) Region. This region uses Amazon S3 servers located in Tokyo.

When using buckets in this region, set the client endpoint to s3-ap-northeast-1.amazonaws.com on all requests to these buckets to reduce any latency experienced after the first hour of creating a bucket in this region.

' > 코딩' 카테고리의 다른 글

ptthread 관련 링크  (0) 2015.01.28
nginx 설치 정리  (0) 2013.04.17
ZooKeeper C#  (0) 2013.04.10
R-Value 테스트해 봤는데 몬가 이상하다???!!!  (0) 2012.11.15
GOF 패턴 - Adapter 패턴  (0) 2012.07.17

+ Recent posts