We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e313a2 commit 4c05225Copy full SHA for 4c05225
1 file changed
resources/modules/Nginx/ospanel_data/default/templates/nginx.conf
@@ -137,13 +137,7 @@ map $http_forwarded $proxy_add_forwarded {
137
138
map $uri $is_static {
139
default 0;
140
-
141
- ~*\.(
142
- svg|png|jpe?g|gif|webp|avif|jxl|ico|tiff?|heic|
143
- css|js|mjs|map|webmanifest|wasm|json|jsonld|geojson|xml|txt|csv|pdf|
144
- eot|otf|ttf|ttc|woff2?|
145
- mp4|mov|webm|mpe?g|avi|ogv|mp3|wav|ogg|m4a|aac|mid|midi
146
- )$ 1;
+ ~*\.(svg|png|jpe?g|gif|webp|avif|jxl|ico|tiff?|heic|css|js|mjs|map|webmanifest|wasm|json|jsonld|geojson|xml|txt|csv|pdf|eot|otf|ttf|ttc|woff2?|mp4|mov|webm|mpe?g|avi|ogv|mp3|wav|ogg|m4a|aac|mid|midi)$ 1;
147
}
148
149
map $http_origin $cors_allowed_origin {
0 commit comments