????JFIF??H?H????Exif??MM?*???? ??3????V?????3??????3?(????????????????????3?????
Server IP : 127.0.1.1 / Your IP : 216.73.216.108 Web Server : nginx/1.21.4 System : Linux mybakingdom 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64 User : administrator ( 1001) PHP Version : 8.0.30 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/administrator/htdocs/mybakingdom.com/ |
Upload File : |
# seraphinite-accelerator - Automatic redirection to Avif and WebP versions if they exist location ~ .*\.(jpe|jpg|jpeg|png|gif|bmp|webp|avif)$ { types { image/jpeg jpe; image/jpeg jpg; image/jpeg jpeg; image/png png; image/gif gif; image/bmp bmp; } set $any_redir ""; # webp types { image/webp webp; } set $webp_redir ""; if ($http_accept ~* "image\/webp") { set $webp_redir "${webp_redir}A"; } if (-f $request_filename.webp) { set $webp_redir "${webp_redir}F"; set $any_redir "R"; } if ($webp_redir = "AF") { add_header Vary Accept; rewrite (.*) $1.webp break; } if ($any_redir = "") { add_header Vary Accept; } }