server {
listen 80;
server_name comkorea.tk www.comkorea.tk;
root /www/ggk130/public_html;
index index.php index.html index.htm;
charset utf-8;
location ~ \.php$ {
fastcgi_pass unix:/var/run/php-fpm/www.sock;
include snippets/fastcgi-php.conf;
limit_req zone=antiddos burst=30 nodelay;
}
위에 처럼 설정했는데 사이트 접속은 이상없는데
FTP가 접속은 되는데 파일 업로드가 안됩니다.
파일질라에서 전송실패떠요 ㅠㅠ
FTP를 이용하실때 일반 FTP말고 SFTP를 이용하시고, 전송이 안될때는 권한 설정에 문제가 없는지 확인해보세요..