Skip to content
Snippets Groups Projects
Commit b1507c40 authored by Martins, Laurent's avatar Martins, Laurent
Browse files

fix nginx template

parent 6be3188f
Branches
Tags 0.4.5
No related merge requests found
#!/bin/sh
if [ -n "${KEYCLOAK_HOSTNAME}" ]; then
echo "server {
if [ -n "\${KEYCLOAK_HOSTNAME}" ]; then
echo "
server {
listen 80;
server_name ${KEYCLOAK_HOSTNAME}; location / {
proxy_pass ${KEYCLOAK_INTERNAL_URL};
proxy_set_header Host $host;
server_name \${KEYCLOAK_HOSTNAME}; location / {
proxy_pass \${KEYCLOAK_INTERNAL_URL};
proxy_set_header Host \$host;
proxy_connect_timeout 30;
proxy_send_timeout 30;
}
......
{
"name": "misis-frontend",
"version": "0.4.4",
"version": "0.4.5",
"scripts": {
"ng": "ng",
"start": "ng serve",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment