server { listen 443 ssl http2; listen [::]:443 ssl http2; server_name foo.mycorp.com; include /etc/nginx/common-ssl.conf;
# Needed for large Vagrant boxes client_max_body_size 25g; proxy_request_buffering off; proxy_send_timeout 1200; proxy_read_timeout 1200;
location / { # Basic authentication via LDAP (see nginx.conf for definition of LDAP server) auth_ldap "Please enter your credentials"; auth_ldap_servers auth-srv;
proxy_pass http://OPS_NEXUS_SERVICE_HOST:OPS_NEXUS_SERVICE_PORT_WEB;
proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto "https"; # NOTE: Do not enable caching because it interferes with manifest retrieval }}
--
You received this message because you are subscribed to the Google Groups "Nexus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nexus-users+unsubscribe@glists.sonatype.com.
To post to this group, send email to nexus...@glists.sonatype.com.
To view this discussion on the web visit https://groups.google.com/a/glists.sonatype.com/d/msgid/nexus-users/917c5875-c18f-44bd-a4e5-65c2c74636d4%40glists.sonatype.com.
For more options, visit https://groups.google.com/a/glists.sonatype.com/d/optout.
To view this discussion on the web visit https://groups.google.com/a/glists.sonatype.com/d/msgid/nexus-users/CALX_hVz%2BViYLKeWrLSdYhQ%2B8%3DhCwsf0Ffo14OyXw_MMEv%3DadtA%40mail.gmail.com.
To unsubscribe from this group and stop receiving emails from it, send an email to nexus-users...@glists.sonatype.com.
To post to this group, send email to nexus...@glists.sonatype.com.
To view this discussion on the web visit https://groups.google.com/a/glists.sonatype.com/d/msgid/nexus-users/917c5875-c18f-44bd-a4e5-65c2c74636d4%40glists.sonatype.com.
For more options, visit https://groups.google.com/a/glists.sonatype.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Nexus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nexus-users...@glists.sonatype.com.
To unsubscribe from this group and stop receiving emails from it, send an email to nexus-users...@glists.sonatype.com.
To post to this group, send email to nexus...@glists.sonatype.com.
To view this discussion on the web visit https://groups.google.com/a/glists.sonatype.com/d/msgid/nexus-users/917c5875-c18f-44bd-a4e5-65c2c74636d4%40glists.sonatype.com.
For more options, visit https://groups.google.com/a/glists.sonatype.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Nexus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nexus-users...@glists.sonatype.com.