Skip to content

Commit 7557a46

Browse files
authored
Update README.md
1 parent 084c3ec commit 7557a46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -152,10 +152,10 @@ The included domain name and subdomains are configured in `docker-config/nginx/c
152152
- `listen 80;`
153153

154154
#### Subdomains
155-
Triple store is running under subdomain `data.openbudgets.eu`. It is configured in file `docker-config/nginx/conf/includes/http_server_data_obeu.conf`, and `RDFBrowser` and `VirtuosoStaging` are running under this subdomain. You need to change`poroxy_set_header` to `Host data.your_domain_name;` in [`docker-config/nginx/conf/includes/locations/rdfbrowser.conf`]
155+
Triple store is running under subdomain `data.openbudgets.eu`. It is configured in file `docker-config/nginx/conf/includes/http_server_data_obeu.conf`, and `RDFBrowser` and `VirtuosoStaging` are running under this subdomain. You need to change`poroxy_set_header` to `Host data.your_domain_name;` in [`docker-config/nginx/conf/includes/locations/rdfbrowser.conf`](https://github.com/openbudgets/integration/blob/master/docker-config/nginx/conf/includes/locations/rdfbrowser.conf)
156156

157157
#### HTTPS
158-
There are some shell scripts provided to generate https credentials and ssl keys by using `letsencrypt` services running within docker container. You need to adapt the settings in `letsEncryptProductionCert` file with your own domain name, afterwards you can generate credentials by using the following command in folder [`letsencrypt`]:
158+
There are some shell scripts provided to generate https credentials and ssl keys by using `letsencrypt` services running within docker container. You need to adapt the settings in `letsEncryptProductionCert` file with your own domain name, afterwards you can generate credentials by using the following command in folder [`letsencrypt`](https://github.com/openbudgets/integration/tree/master/letsencrypt):
159159

160160
`sh letsEncryptProductionCert`
161161

0 commit comments

Comments
 (0)