Skip to content
This repository was archived by the owner on Aug 11, 2025. It is now read-only.

Commit a24b7c6

Browse files
authored
Legger til avtaler og avtaler-api (#31)
* legger til avtaler og avtaler-api
1 parent 4b42edf commit a24b7c6

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

default.conf

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ server {
4040
location /okonomi-og-gjeld/studio {
4141
return 302 https://digisos${DOMENE_PA_UTSIDEN}/okonomi-og-gjeld/studio/;
4242
}
43+
location /sosialhjelp/avtaler {
44+
return 302 https://digisos${DOMENE_PA_UTSIDEN}/sosialhjelp/avtaler/;
45+
}
4346

4447
# BEGIN Søknad master branch
4548

@@ -180,4 +183,20 @@ server {
180183
proxy_ssl_server_name on;
181184
proxy_http_version 1.1;
182185
}
186+
187+
# BEGIN Avtaler master branch
188+
location /sosialhjelp/avtaler/ {
189+
proxy_set_header Host sosialhjelp-avtaler{DOMENE_PA_INNSIDEN};
190+
proxy_pass https://sosialhjelp-avtaler{DOMENE_PA_INNSIDEN}/sosialhjelp/avtaler/;
191+
proxy_ssl_server_name on;
192+
proxy_http_version 1.1;
193+
}
194+
195+
location /sosialhjelp/avtaler-api/ {
196+
proxy_set_header Host sosialhjelp-avtaler-api${DOMENE_PA_INNSIDEN};
197+
proxy_pass https://sosialhjelp-avtaler-api${DOMENE_PA_INNSIDEN}/sosialhjelp/avtaler-api/;
198+
proxy_ssl_server_name on;
199+
proxy_http_version 1.1;
200+
}
201+
# END Avtaler master branch
183202
}

0 commit comments

Comments
 (0)