"Nginx"는 한국어-영어 방향으로 TREX에서 찾을 수 없습니다.
영어-한국어 검색 해보십시오 (Nginx)

낮은 품질의 문장 예제

한편, nginx HTTP 캐시 시스템은 강력하고 잘 설명되어 있다.
Meanwhile, the nginx HTTP cache system is robust and well documented.
컨테이너 1개를 생성하고, name 필드를 사용해서 nginx 이름을 붙인다.
Create one container and name it nginx using the name field.
만들어진 레플리카셋은 3개의 nginx 파드가 있는 것을 보장한다.
The created ReplicaSet ensures that there are three nginx Pods.
Kubectl get 명령어가 실행된 터미널을 닫고 nginx 서비스를 삭제하자.
Close the terminal where the kubectl get command is running and delete the nginx Service.
리눅스를 설치, nginx, MySQL, CentOS에 PHP (LEMP) 스택 6.
How to install LEMP(Linux, Nginx, MySQL& PHP-FPM) on a Debian 8 VPS.
SSLHonorCipherOrder on: nginx 의 ssl_prefer_server_ciphers 와 동일한 의미입니다.
On nginx, this is done with ssl_prefer_server_ciphers on.
의에서 시작하는 우리의 좋은 오래된 nginx 이미지를 사용하자.
Let's use our good old nginx image to start from.
한편 nginx의 유일한 목적은 많은 트래픽을 처리하는 것이다.
Meanwhile, nginx's sole purpose is to handle a lot of traffic.
LEMP (리눅스를 설치 하는 방법, nginx, MySQL, PHP) 스택을 오픈에.
How to install LEMP(Linux, nginx, MySQL, PHP) stack on openSUSE.
VBET은 nginx와 vBSEO, 규칙 파일에서 찾을 수 있는 예제와 함께 작동.
VBET works with nginx and vBSEO, examples of rules you can find in the file.
첫 번째 컨테이너에는 nginx 웹 서버를 실행하는 구성 파일이 나열되어 있다.
The first container listed in the configuration file runs an nginx server.
Debian 컨테이너가 종료되었음을 알 수 있고, nginx 컨테이너는 아직 실행 중이다.
You can see that the debian Container has terminated, and the nginx Container is still running.
Conf 파일에 include /etc/nginx/mime. types;
In the case of Nginx, this would mean setting include/etc/nginx/mime. types;
그러나, 프로토콜 및 응용 프로그램에 특정한 기능의 대부분은 코어가 아닌 nginx 모듈에 의해 수행된다.
However, most of the protocol- and application-specific features are done by nginx modules, not the core.
서버는 nginx 위에 express가 구동되며, 데이터베이스는 mongoose(mongodb)가 사용되었습니다.
The server runs express on NginX, the database was used mongoose(mongodb.
Ssl / nginx / gunicorn이있는 방랑 상자에서 (장고) 앱에 액세스하는 문제.
Issue accessing a(django) app in a vagrant box with ssl/ nginx/gunicorn.
이제 클러스터의 모든 노드에서: 로 nginx 서비스를 curl을 할 수 있을 것이다.
You should now be able to curl the nginx Service on: from any node in your cluster.
그것은 django가 uWSGI 및 nginx와 잘 작동하도록 설정하는데 필요한 단계를 안내한다.
It takes you through the steps required to set up Django so that it works nicely with uWSGI and nginx.
Srv/nginx hostPath를 컨테이너의 /usr/share/nginx/html에 놓았습니다. 왜냐하면 각각의 nginx 서버들이 소유한 html 페이지를 반환 받기를 원하기 때문입니다.
In container spec, I put/srv/nginx hostPath into/usr/share/nginx/html on a container since I need to tell each nginx server returns its own html page.
이미 설치 한 경우의 nginx는 제거하는 것이 좋습니다 apt remove nginx nginx-* 또한 나쁜 생각은 / 등에서의 nginx 폴더의 백업을하지.
If you have already installed nginx is better to uninstall it apt remove nginx nginx-* Also not a bad idea to make a backup of the nginx folder under/etc.