반응형
# HTTP
server {
listen 80;
server_name sample.or.kr www.sample.or.kr;
location / {
return 301 https://$server_name$request_uri;
}
}
The plain HTTP request was sent to HTTPS port 에러 해결법
400 Bad Request The plain HTTP request was sent to HTTPS port nginx nginx로 서버를 운영할 때 가급적 ssl이 적용된 443포트로 서버를 운영한다. 이때 Edgerouter의 경우 NAT를 설정하면 표준 80, 443 포트라도 NAT를 거치��
godpeople.or.kr
반응형
'Web' 카테고리의 다른 글
넥사크로 그리드 (0) | 2023.11.21 |
---|---|
넥사크로 Dataset (0) | 2023.11.16 |
[Laravel] laravel/fortify (0) | 2020.12.20 |
Laravel 설치 (Windows, WSL 2 - Ubuntu) (0) | 2020.12.20 |
20191202 (0) | 2019.12.02 |