Changes between Initial Version and Version 1 of Ticket #2334
- Timestamp:
- 03/15/22 03:18:42 (21 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2334 – Description
initial v1 2 2 3 3 location ~* ^/([^/]+)\/? { 4 root /usr/share/nginx/ fe/;4 root /usr/share/nginx/html/; 5 5 index index.html; 6 6 try_files $uri $uri/ /$1/index.html;