rabin %!s(int64=5) %!d(string=hai) anos
pai
achega
73a33035bf
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      container/conf/web/nginx/conf.d/site.conf

+ 3 - 0
container/conf/web/nginx/conf.d/site.conf

@@ -42,6 +42,9 @@ server {
     if ( $request_uri ~* /(applet\/content|applet_on\/content) ) {
             rewrite ^/(.*)/content/(.*) /$1/content/index.php?$2 last;
     }
+    if ( $request_uri ~* /typecho ) {
+            rewrite ^/typecho/index.php/(.*?) /typecho/index.php?$1 last;
+    }
     if ( $request_uri ~* /log\/data.add ) {
             rewrite ^/log/(.*?) /log/index.php?$1 last;
     }