You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -152,10 +152,10 @@ The included domain name and subdomains are configured in `docker-config/nginx/c
152
152
-`listen 80;`
153
153
154
154
#### 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)
156
156
157
157
#### 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):
0 commit comments