#35 small Nginx rewrite fixes

Unito
nipos ha unito 1 commit da SkyfaR/master a halcyon-suite/master 6 anni fa
1 ha cambiato i file con 4 aggiunte e 4 eliminazioni
  1. 4 4
      nginx.conf

+ 4 - 4
nginx.conf

@@ -52,12 +52,12 @@ rewrite ^/notifications/?$ /notifications.php break;
 rewrite ^/whotofollow/?$ /who_to_follow.php break;
 
 # Direct
-rewrite ^/direct/?$ direct.php break;
+rewrite ^/direct/?$ /direct.php break;
 
 # Lists
-rewrite ^/lists/?$ lists.php break;
-rewrite ^/lists/(\d+)/?$ lists_view.php?id=$1 break;
-rewrite ^/lists/(\d+)/add/?$ lists_add.php?id=$1 break;
+rewrite ^/lists/?$ /lists.php break;
+rewrite ^/lists/(\d+)/?$ /lists_view.php?id=$1 break;
+rewrite ^/lists/(\d+)/add/?$ /lists_add.php?id=$1 break;
 
 # Search
 rewrite ^/search/?$ /search_hash_tag.php break;