url rewriting - How do I rewrite mysite.com/page/ to mysite.com/page/index.html with NGINX? -



url rewriting - How do I rewrite mysite.com/page/ to mysite.com/page/index.html with NGINX? -

how can 301 rewrite mysite.com/page/ mysite.com/page/index.html using nginx?

in apache had:

rewriterule page/ http://mysite.com/page/index.html [r=301,l]

thanks help,

hydn

try settings:

location / { rewrite /page/ http://mysite.com/page/index.html permanent; ... }

url-rewriting nginx

Comments

Popular posts from this blog

How do I check if an insert was successful with MySQLdb in Python? -

delphi - blogger via idHTTP : error 400 bad request -

postgresql - ERROR: operator is not unique: unknown + unknown -