Kaynağa Gözat

Update nginx.conf

DeMiro5001 6 ay önce
ebeveyn
işleme
cd2ef7a6e8
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      conf/nginx.conf

+ 1 - 1
conf/nginx.conf

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