API1 nginx proxy 설정 /etc/nginx/sites-available/default 파일 수정server { . . . location ^~ /api { proxy_pass http://localhost:8080; proxy_http_version 1.1; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; } location ^~ /service { proxy_pass http://localhost:8080; .. 2024. 6. 6. 이전 1 다음