Changes between Initial Version and Version 1 of Ticket #2334


Ignore:
Timestamp:
03/15/22 03:18:42 (2 years ago)
Author:
rawbin-@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2334 – Description

    initial v1  
    22
    33        location ~*  ^/([^/]+)\/? {
    4                 root /usr/share/nginx/fe/;
     4                root /usr/share/nginx/html/;
    55                index index.html;
    66                try_files $uri $uri/ /$1/index.html;