Linux/nginx
nginx 에 vue 연동하기 (403 Error 해결)
기본설정파일은 다룰줄 안다는 전제하에 필요한 부분만 정리하였다. http { log_format main '$remote_addr - $remote_user [$time_local] "$request" ' '$status $body_bytes_sent "$http_referer" ' '"$http_user_agent" "$http_x_forwarded_for"'; access_log /var/log/nginx/access.log main; sendfile on; tcp_nopush on; tcp_nodelay on; keepalive_timeout 65; types_hash_max_size 2048; include /etc/nginx/mime.types; default_type application/oc..
2021. 1. 18. 13:45
최근댓글