converting apache rewrite rules to nginx
- by Muktadir Miah
Hello everyone,
I am trying to create a UDID protected Cydia Repo but I cannot use it on nginx because of nginx does not use the .htaccess file. The file certain rewrite rules to make it run. Here are a copy of the Repo: https://github.com/ic0nic/UDID-repo Below is a copy of the .htaccess file.
RewriteEngine On
RewriteBase…