반응형 certbot1 docker & nginx & nexus oss 3.x install & certbot ssl docker run -d -p 8081:8081 --name nexus sonatype/nexus3 server { listen *:80; server_name your.domain.com; # allow large uploads of files - refer to nginx documentation client_max_body_size 1G; # optimize downloading files larger than 1G - refer to nginx doc before adjusting #proxy_max_temp_file_size 2G; location / { proxy_pass http://localhost:8081; proxy_set_header Host $host; proxy_set_header.. 2018. 3. 5. 이전 1 다음 반응형