nginx 16

Letsencrypt SSL 적용

[워드프레스 Tips] Let’s Encrypt 무료 SSL인증서 발급 및 자동 갱신 방법 LETSENCRYPT 에서 SSL 인증서를 무료로 발급 받아 웹 서버에 적용하기 https://github.com/certbot/certbot Let’s Encrypt 무료 SSL 인증서 갱신하기 letencrypt 설치 Apache 는 서버중지 없이 자동으로 인증서 발급 및 설정이 되지만, Nginx는 서버를 중지해서 인증서 발급후 다시 시작해야 한다. sudo apt update -y && sudo apt install letsencrypt -y dhparms.pem.추가 sudo openssl dhparam -out /etc/ssl/certs/dhparam.pem 2048 설정 sudo systemctl st..

secure 2018.08.06

PHP 이용 웹서버 디렉토리 서비스를 더 깔끔하고 편리하게 이용하기

Project-CleverWeb/LastAutoIndex Requirements The ablity to set the directory index 디렉토리 인덱스를 사용할 수 있는 관리자 PHP 5.4 or later Composer Installation composer require projectcleverweb/lastautoindex Setting # Apache Options -Indexes DirectoryIndex index.php index.html index.htm /path/to/LastAutoIndex/index.php # Nginx autoindex off; index index.php index.html index.htm /path/to/LastAutoIndex/index.php..

lang/php 2018.07.18

HAProxy Install

L4/L7 스위치의 대안, 오픈 소스 로드 밸런서 HAProxy HAProxy vs nginx: Why you should NEVER use nginx for load balancing! Nginx virtual host traffic status module Introducing Dynamic Modules in NGINX 1.9.11 Tuning NGINX for Better Performance Performance Tuning HAProxy BalancerBattle How To Use HAProxy to Set Up HTTP Load Balancing on an Ubuntu VPS CentOS - HAProxy 설치 [개발] HAProxy 설치 및 기본 설정 Cent7 Package manage..

server-side/haproxy 2017.04.28

nginx Verify return code: 21 (unable to verify the first certificate)

Certificate configuration check SSL 인증서 적용 확인 nginx 인증서 설정 SW_Development Nginx doesn't send certificate chain Steps to install a Comodo PositiveSSL certificate with Nginx. Certificate Installation : NGINX SSLのVerifyで「 21 (unable to verify the first certificate)」エラーが発生する。 “verify error:num=20” when connecting to gateway.sandbox.push.apple.com NGINX SSL 인증서 설치/적용 가이드 SSL Checker SSL 인증서 설치 적용 테스트..

server-side/nginx 2017.03.06

Centos7 Nginx+php7+php-fpm

RHEL/CentOS 7 에서 방화벽(firewalld) 설정하기 CentOS 7 에서 PHP 7 설치하기 CENTOS 7 PHP7 설치 방법 (NGINX 기준) How to Install PHP 7 NGINX & MySQL 5.6 on CentOS/RHEL 7.1 & 6.7 How To Install Linux Nginx MySQL PHP (LEMP) stack On CentOS 7 NGINX-php-MySQL 설치 NGINX + php-FPM에서 502 BAD GATEWAY 에러 해결법 총정리 리눅스 php-mcrypt 설치 php7 yum install -y epel-release yum update -y rpm -ivh http://rpms.remirepo.net/enterprise/remi-re..

lang/php 2017.02.21

MAC Bitnami Nginx Stack Bind Error

Bitnami Nginx Stack Bitnami Nginx Stack Bitnami Nginx Stack Installer OSX Mavericks: How can I make a webserver launch at boot and listen to port 80 without running the webserver as root? OS X에서 ‘루트‘ 사용자 활성화 및 사용하기 MAC Nginx Stack 설치 후 가상호스트 설정 /Applications/nginxstack-1.9.9-0/nginx/nginx.conf# 엔진엑스 /Applications/nginxstack-1.9.9-0/nginx/bitnami/bitnami.conf# Bitnami 기본설정 /Applications/nginxstac..

server-side/nginx 2016.01.12
반응형