Contoh nginx regex match URL

Contoh:
location ~ ^/read/([0-9]+)/([0-9a-z-]+\.png$) {
alias /home/kholidfu/awesome/image/$1/$2;
}

Pola regex akan cocok dengan URL berikut:
/read/9999/some-awesome-image.png

Dan nginx akan mencari image tersebut di direktori
/home/kholidfu/awesome/image/9999/some-awesome-image.png

OOT dikit, kenapa menggunakan directive alias bukan root? Jawabannya di sini

Nginx — static file serving confusion with root & alias

Selamat mencoba...

Comments

Post a Comment

Popular posts from this blog

Adding Image Alternate Text into WordPress Image Attachment using python-wordpress-xmlrpc Library

Keutamaan Tidur yang Sedikit Menurut para Ulama

Kisah Nabi Uzair a.s.