This repository was archived by the owner on Aug 11, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,9 @@ server {
40
40
location /okonomi-og-gjeld/studio {
41
41
return 302 https://digisos${DOMENE_PA_UTSIDEN}/okonomi-og-gjeld/studio/;
42
42
}
43
+ location /sosialhjelp/avtaler {
44
+ return 302 https://digisos${DOMENE_PA_UTSIDEN}/sosialhjelp/avtaler/;
45
+ }
43
46
44
47
# BEGIN Søknad master branch
45
48
@@ -180,4 +183,20 @@ server {
180
183
proxy_ssl_server_name on;
181
184
proxy_http_version 1.1;
182
185
}
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
183
202
}
You can’t perform that action at this time.
0 commit comments