Browse Source

Update nginx.conf

DeMiro5001 6 tháng trước cách đây
mục cha
commit
14a7b85fce
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      conf/nginx.conf

+ 1 - 1
conf/nginx.conf

@@ -1,5 +1,5 @@
 #sub_path_only rewrite ^__PATH__$ __PATH__/ permanent;
-location __DOMAIN__/ {
+location __PATH__/ {
 
   proxy_pass        http://127.0.0.1:__PORT__/;
   proxy_redirect    off;