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 +0
-21
lines changed Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -33,13 +33,6 @@ server {
33
33
location /sosialhjelp/mock-alt {
34
34
return 302 https://digisos${DOMENE_PA_UTSIDEN}/sosialhjelp/mock-alt/;
35
35
}
36
- location /sosialhjelp/studio {
37
- return 302 https://digisos${DOMENE_PA_UTSIDEN}/sosialhjelp/studio/;
38
- }
39
-
40
- location /okonomi-og-gjeld/studio {
41
- return 302 https://digisos${DOMENE_PA_UTSIDEN}/okonomi-og-gjeld/studio/;
42
- }
43
36
location /sosialhjelp/avtaler {
44
37
return 302 https://digisos${DOMENE_PA_UTSIDEN}/sosialhjelp/avtaler/;
45
38
}
@@ -170,20 +163,6 @@ server {
170
163
proxy_http_version 1.1;
171
164
}
172
165
173
- location /okonomi-og-gjeld/studio/ {
174
- proxy_set_header Host okonomi-gjeldsradgivning-veiviser-sanity${DOMENE_PA_INNSIDEN};
175
- proxy_pass https://okonomi-gjeldsradgivning-veiviser-sanity${DOMENE_PA_INNSIDEN}/okonomi-og-gjeld/studio/;
176
- proxy_ssl_server_name on;
177
- proxy_http_version 1.1;
178
- }
179
-
180
- location /okonomi-og-gjeld {
181
- proxy_set_header Host okonomi-gjeldsradgivning-veiviser${DOMENE_PA_INNSIDEN};
182
- proxy_pass https://okonomi-gjeldsradgivning-veiviser${DOMENE_PA_INNSIDEN}/okonomi-og-gjeld;
183
- proxy_ssl_server_name on;
184
- proxy_http_version 1.1;
185
- }
186
-
187
166
# BEGIN Avtaler master branch
188
167
location /sosialhjelp/avtaler/ {
189
168
proxy_set_header Host sosialhjelp-avtaler{DOMENE_PA_INNSIDEN};
You can’t perform that action at this time.
0 commit comments