silencewing commited on
Commit
8e225ca
1 Parent(s): 2688bd3

Update default

Browse files
Files changed (1) hide show
  1. default +2 -1
default CHANGED
@@ -38,7 +38,7 @@ server {
38
  #
39
  # include snippets/snakeoil.conf;
40
 
41
- root /home/app;
42
  #root /var/www/html;
43
 
44
  # Add index.php to the list if you are using PHP
@@ -55,6 +55,7 @@ server {
55
  location /api/ {
56
  proxy_set_header Host $host;
57
  proxy_set_header X-Real-IP $remote_addr;
 
58
  proxy_pass http://localhost:7880/;
59
 
60
  proxy_http_version 1.1;
 
38
  #
39
  # include snippets/snakeoil.conf;
40
 
41
+ root /home/user/app;
42
  #root /var/www/html;
43
 
44
  # Add index.php to the list if you are using PHP
 
55
  location /api/ {
56
  proxy_set_header Host $host;
57
  proxy_set_header X-Real-IP $remote_addr;
58
+
59
  proxy_pass http://localhost:7880/;
60
 
61
  proxy_http_version 1.1;