Skip to content
Snippets Groups Projects
Commit cb0771e6 authored by Art's avatar Art :lizard:
Browse files

Update nginx script for the development setup.

parent 9f6395d6
Branches
No related tags found
No related merge requests found
......@@ -42,6 +42,10 @@ server {
listen 443;
ssl on;
allow 127.0.0.1;
allow 141.71.113.0/24;
deny all;
ssl_certificate $CERT_PUB;
ssl_certificate_key $CERT_KEY;
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment