|
|
@ -121,6 +121,10 @@ location ^~ __PATH__/ { |
|
|
rewrite ^ __PATH__/index.php$request_uri; |
|
|
rewrite ^ __PATH__/index.php$request_uri; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
location ~* ^__PATH__/apps/riotchat/riot/ { |
|
|
|
|
|
rewrite ^ __PATH__/index.php$request_uri; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
# Adding the cache control header for js, css and map files |
|
|
# Adding the cache control header for js, css and map files |
|
|
location ~ ^__PATH__/.+[^\/]\.(?:css|js|woff2?|svg|gif|map)$ { |
|
|
location ~ ^__PATH__/.+[^\/]\.(?:css|js|woff2?|svg|gif|map)$ { |
|
|
try_files $uri __PATH__/index.php$request_uri; |
|
|
try_files $uri __PATH__/index.php$request_uri; |
|
|
|