Skip to content
Snippets Groups Projects
Commit fb271e70 authored by Welter, Felix's avatar Welter, Felix
Browse files

Mention nginx example configurations

parent 7e2d6c51
No related branches found
No related tags found
No related merge requests found
...@@ -157,7 +157,8 @@ sudo certbot --nginx -d example.com ...@@ -157,7 +157,8 @@ sudo certbot --nginx -d example.com
More details regarding nginx and the SSL setup can be found here: https://www.digitalocean.com/community/tutorials/how-to-set-up-let-s-encrypt-with-nginx-server-blocks-on-ubuntu-16-04 More details regarding nginx and the SSL setup can be found here: https://www.digitalocean.com/community/tutorials/how-to-set-up-let-s-encrypt-with-nginx-server-blocks-on-ubuntu-16-04
### Nginx reverse proxy ### Nginx reverse proxy
Nginx needs to know where your service is running. This can be done with the following Nginx needs to know where your service is running.
This can be done with the following
example configuration: example configuration:
``` ```
...@@ -209,6 +210,8 @@ If you service runs on the same domain/server as the html5 client, these two lin ...@@ -209,6 +210,8 @@ If you service runs on the same domain/server as the html5 client, these two lin
For more information, refer to [CORS](https://developer.mozilla.org/de/docs/Web/HTTP/CORS) and For more information, refer to [CORS](https://developer.mozilla.org/de/docs/Web/HTTP/CORS) and
[nginx CORS](https://enable-cors.org/server_nginx.html). [nginx CORS](https://enable-cors.org/server_nginx.html).
For more examples of nginx configurations please have a look at the files in this repository.
### Alternatives to nginx+SSL setup ### Alternatives to nginx+SSL setup
These deployment options are untested for this project, however they are standard procedures These deployment options are untested for this project, however they are standard procedures
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment