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

Commit 740b2db

Browse files
authored
Fjerner locations som ikke brukes (#35)
* fjerner locations for fagsystem-mock (ingressen brukes ikke) * fjerner location for veiviser og veiviser-sanity * fjerner accesspolicy for veiviser * fjerner "veiviser" fra readme
1 parent b267001 commit 740b2db

File tree

3 files changed

+1
-25
lines changed

3 files changed

+1
-25
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ location /sosialhjelp/soknad/ {
2323
}
2424
```
2525

26-
Proxyen forutsetter at app-ingresser er postfixet med enten `-dev` eller `-mock`, eks `https://sosialhjelp-veiviser-mock.dev.nav.no/sosialhjelp`.
26+
Proxyen forutsetter at app-ingresser er postfixet med enten `-dev` eller `-mock`, eks `https://sosialhjelp-soknad-mock.dev.nav.no/sosialhjelp/soknad`.

default.conf

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ server {
3838
}
3939

4040
# BEGIN Søknad master branch
41-
4241
location /sosialhjelp/soknad/ {
4342
proxy_set_header Host sosialhjelp-soknad${DOMENE_PA_INNSIDEN};
4443
proxy_pass https://sosialhjelp-soknad${DOMENE_PA_INNSIDEN}/sosialhjelp/soknad/;
@@ -139,30 +138,8 @@ server {
139138
proxy_ssl_server_name on;
140139
proxy_http_version 1.1;
141140
}
142-
143141
# END Dialog master branch
144142

145-
location /sosialhjelp/fagsystem-mock/ {
146-
proxy_set_header Host sosialhjelp-fagsystem-mock${DOMENE_PA_INNSIDEN};
147-
proxy_pass https://sosialhjelp-fagsystem-mock${DOMENE_PA_INNSIDEN}/sosialhjelp/fagsystem-mock/;
148-
proxy_ssl_server_name on;
149-
proxy_http_version 1.1;
150-
}
151-
152-
location /sosialhjelp/studio/ {
153-
proxy_set_header Host sosialhjelp-veiviser-sanity${DOMENE_PA_INNSIDEN};
154-
proxy_pass https://sosialhjelp-veiviser-sanity${DOMENE_PA_INNSIDEN}/sosialhjelp/studio/;
155-
proxy_ssl_server_name on;
156-
proxy_http_version 1.1;
157-
}
158-
159-
location /sosialhjelp {
160-
proxy_set_header Host sosialhjelp-veiviser${DOMENE_PA_INNSIDEN};
161-
proxy_pass https://sosialhjelp-veiviser${DOMENE_PA_INNSIDEN}/sosialhjelp;
162-
proxy_ssl_server_name on;
163-
proxy_http_version 1.1;
164-
}
165-
166143
# BEGIN Avtaler master branch
167144
location /sosialhjelp/avtaler/ {
168145
proxy_set_header Host sosialhjelp-avtaler${DOMENE_PA_INNSIDEN};

nais.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ spec:
1818
- host: "appres.nav.no"
1919
- host: "nav.psplugin.com"
2020
rules:
21-
- application: "sosialhjelp-veiviser{{appNamePostfix}}"
2221
- application: "sosialhjelp-soknad{{appNamePostfix}}"
2322
- application: "sosialhjelp-soknad-api{{appNamePostfix}}"
2423
- application: "sosialhjelp-innsyn{{appNamePostfix}}"

0 commit comments

Comments
 (0)