Hangover2
Regular Pleskian
Username:
TITLE
"Smart static files processing" is not working anymore
PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE
Plesk Obsidian 18.0.60 Update #1
PROBLEM DESCRIPTION
When "Smart static files processing" is enabled for a website, some static files should be delivered by Nginx instead of Apache. This is not the case anymore.
STEPS TO REPRODUCE
- activate "Smart static files processing" for a website
- create a static file called "test.txt" in the root directory of the website
- call the file directly
- check Apache and Nginx access log
ACTUAL RESULT
- the file gets delivered by Apache
EXPECTED RESULT
- the file gets delivered by Nginx
ANY ADDITIONAL INFORMATION
We did check the behavior on an older Plesk server with "Version 18.0.57 Update #3". Here the file gets still delivered by Nginx. We did check the nginx.conf of both systems. Plesk Obsidian 18.0.60 Update #1 is missing the following config rule:
YOUR EXPECTATIONS FROM PLESK SERVICE TEAM
Confirm bug
TITLE
"Smart static files processing" is not working anymore
PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE
Plesk Obsidian 18.0.60 Update #1
PROBLEM DESCRIPTION
When "Smart static files processing" is enabled for a website, some static files should be delivered by Nginx instead of Apache. This is not the case anymore.
STEPS TO REPRODUCE
- activate "Smart static files processing" for a website
- create a static file called "test.txt" in the root directory of the website
- call the file directly
- check Apache and Nginx access log
ACTUAL RESULT
- the file gets delivered by Apache
EXPECTED RESULT
- the file gets delivered by Nginx
ANY ADDITIONAL INFORMATION
We did check the behavior on an older Plesk server with "Version 18.0.57 Update #3". Here the file gets still delivered by Nginx. We did check the nginx.conf of both systems. Plesk Obsidian 18.0.60 Update #1 is missing the following config rule:
Code:
location ~ ^/(.*\.(ac3|avi|bmp|bz2|css|cue|dat|doc|docx|dts|eot|exe|flv|gif|gz|htm|html|ico|img|iso|jpeg|jpg|js|mkv|mp3|mp4|mpeg|mpg|ogg|pdf|png|ppt|pptx|qt|rar|rm|svg|swf|tar|tgz|ttf|txt|wav|woff|woff2|xls|xlsx|zip|webp))$ {
try_files $uri @fallback;
}
YOUR EXPECTATIONS FROM PLESK SERVICE TEAM
Confirm bug