Thatchai
Jun 20, 2023

--

nginx - config uri for wordpress permalinks

default.conf


location /foo/ {
try_files $uri $uri/ /foo/index.php?$args;
}

--

--