David %!s(int64=10) %!d(string=hai) anos
pai
achega
5dabde348e
Modificáronse 1 ficheiros con 13 adicións e 0 borrados
  1. 13 0
      templates/testfile

+ 13 - 0
templates/testfile

@@ -0,0 +1,13 @@
+server {
+	listen       80;
+	listen       443 ssl;
+	server_name  $domain;
+	location /.well-known {
+		root /var/www/ssl-proof/;
+	}
+
+	location /back/ {
+		add_header Content-Type text/json;
+		proxy_pass http://$IP:$PORT/;
+	}
+}