David 10 năm trước cách đây
mục cha
commit
be171a7a4f
1 tập tin đã thay đổi với 0 bổ sung13 xóa
  1. 0 13
      files/sites-enabled/testfile

+ 0 - 13
files/sites-enabled/testfile

@@ -1,13 +0,0 @@
-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/;
-	}
-}