443 ssl http2;
server_name oath2.ldap-check.local;
# Path for SSL config/key/certificate
ssl_certificate /etc/ssl/certs/nginx/oauth2-ldap.local.crt;
ssl_certificate_key /etc/ssl/certs/nginx/oauth2-ldap.local.key;
include /etc/nginx/includes/ssl.conf;
location ~ \.srv-oauth2/get-configuration$ {
include /etc/nginx/includes/proxy.conf;
proxy_pass http://10.72.102.33:7575/.srv-oauth2/get-configuration;
}
access_log /var/log/nginx/access.log combined;
error_log /var/log/nginx/error.log debug;
}
Ну так прямо же в ошибке написано, что не так.
вроде нет же regexp
location ~
сорри за нубизм, а как тогда этот эндпоинт определить?
Обсуждают сегодня