NGINX PHP 파일 업로드 용량
1. PHP 업로드 용량 제한2. NGINX 업로드 용량 제한nginx에서 별도로 용량을 설정해줘야 합니다./etc/nginx/nginx.confclient_max_body_size 100m;추가해줘보세요. # se
총 11개의 글
1. PHP 업로드 용량 제한2. NGINX 업로드 용량 제한nginx에서 별도로 용량을 설정해줘야 합니다./etc/nginx/nginx.confclient_max_body_size 100m;추가해줘보세요. # se
# block direct access to templates, XML schemas, config files, dotfiles, environment info, etc. location ~ ^/modules/edi
/etc/nginx/sites/eond.confserver { listen 80; server_name is.eond.com; rewrite ^/(.*) https://eond.com/is$1 permanent; }
Nginx 설정인덱스 페이지 + PHP 작업if($_SERVER['HTTPS']!=='on'){ header('Location: https://'.$_SERVER["HTTP_HOST"].$_SERVER['REQUES
server { listen 80; server_name eond.com www.eond.com; rewrite ^/(.*) https://eond.com/$1 permanent; } server { listen 4
Certbot 설치https://www.google.co.kr/search?ei=spn4We7_Msmt0AT_tIBY&q=certbot+%EC%84%A4%EC%B9%98&oq=certbot+%EC%84%A4%EC%B
http://mydoc.digimoon.net/board/skin/ggambo7002_board/print.php?id=board&no=228
http://www.monitorix.org/screenshots.htmlhttp://munin-monitoring.org/실시간 Nginx 액세스 로그 보는 방법# tail -f /var/log/nginx/acce
This article describes the basic configuration of a proxy server. You will learn how to pass a request from NGINX to pro
apache 설정 RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^([^.]+)$