Hello, how to remove ports (to 443) while i use NGINX too. I want to like *https://login.domain.com/*. Following cas configuration:
*etc/cas/config/cas.properties:* cas.server.name: https://login.domain.com:8443 cas.server.prefix: ${cas.server.name}/cas *nginx/sites-available/login.domain.com* server { listen [::]:443 ssl ipv6only=on; listen 443 ssl; server_name login.domain.com; root /var/www/login.domain.com; charset utf-8; location / { proxy_pass ??????? } ssl_certificate .............; ssl_certificate_key ................; include /etc/letsencrypt/options-ssl-nginx.conf; ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem; } Please help me to complete the configuration at cas.properties or nginx. Thank you. -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/ed074a70-3d26-4146-9954-9fb414405f7f%40apereo.org.
