silencewing commited on
Commit
ddd7e89
·
1 Parent(s): 6712450

Update default

Browse files
Files changed (1) hide show
  1. default +5 -2
default CHANGED
@@ -41,12 +41,15 @@ server {
41
  #root /home/user/app/;
42
  root /var/www/html;
43
 
 
44
  # Add index.php to the list if you are using PHP
45
  index index.html index.htm index.nginx-debian.html;
46
 
47
  server_name _;
48
-
49
-
 
 
50
 
51
 
52
  # pass PHP scripts to FastCGI server
 
41
  #root /home/user/app/;
42
  root /var/www/html;
43
 
44
+
45
  # Add index.php to the list if you are using PHP
46
  index index.html index.htm index.nginx-debian.html;
47
 
48
  server_name _;
49
+ location /youyou/ {
50
+ alias /var/www/html/youyou;
51
+ }
52
+
53
 
54
 
55
  # pass PHP scripts to FastCGI server