Title: Secure Link for Nginx
Author: M Hansen Tanjung
Published: <strong>21 בנובמבר 2018</strong>
Last modified: 21 בנובמבר 2018

---

חיפוש תוספים

תוסף זה **לא נבדק ב-3 הגרסאות הראשיות האחרונות של וורדפרס**. ייתכן והתוסף כבר לא
מתוחזק או נתמך על ידי יוצריו, וייתכן שיהיו לו בעיות תאימות בגרסות וורדפרס עדכניות
יותר.

![](https://s.w.org/plugins/geopattern-icon/secure-link-nginx.svg)

# Secure Link for Nginx

 מאת [M Hansen Tanjung](https://profiles.wordpress.org/mhansent/)

[הורדה](https://downloads.wordpress.org/plugin/secure-link-nginx.20181121.zip)

 * [פרטים](https://he.wordpress.org/plugins/secure-link-nginx/#description)
 * [סקירות](https://he.wordpress.org/plugins/secure-link-nginx/#reviews)
 *  [התקנה](https://he.wordpress.org/plugins/secure-link-nginx/#installation)
 * [פיתוח](https://he.wordpress.org/plugins/secure-link-nginx/#developers)

 [תמיכה](https://wordpress.org/support/plugin/secure-link-nginx/)

## תיאור

[Secure Link for Nginx](https://gitlab.com/mhansent/secure-link-nginx) is a
 shortcode
plugin for WordPress to embed hash code for link that want to be protected. Protectition
based on client IP and user agent. This plugin must be use when nginx web server
already configured with [secure link module](http://nginx.org/en/docs/http/ngx_http_secure_link_module.html)

#### Using shortcode

Shortcode can be use with parameter or without it. Suppose you want to protect
 
img.png file under /secure folder, using with parameter: `<img class="" src="/secure/
img.png[sln_create slfile='/secure/img.png']" />` using it whitout parameter: `<
img class="" src="[sln_create]/secure/img.png[/sln_create]" />`

## התקנה

We use this asumption when configuring nginx and using this plugin at wordpress

post: – Folder that want to secure is /secure under wordpress folder

 1. Upload the plugin files to the `/wp-content/plugins/secure-link-nginx`
     directory,
    or install this Secure Link fo Nginx plugin through the WordPress plugins screen
    directly.
 2. Activate the plugin through the 'Plugins' screen in WordPress
 3. Configure nginx as a below

#### Nginx configuration

Under your wordpress configuration at nginx, add this configuration:

    ```
    `
    ```

location /secure {
 secure_link $arg_sln; secure_link_md5 "$uri$remote_addr$http_user_agent";

    ```
    if ($secure_link = "") { return 403; }
    if ($secure_link = "0") { return 410; }
    ```

}
 `

## סקירות

There are no reviews for this plugin.

## מפתחים

"Secure Link for Nginx" הוא תוסף קוד פתוח. האנשים הבאים תרמו ליצירת התוסף הזה.

תורמים

 *   [ M Hansen Tanjung ](https://profiles.wordpress.org/mhansent/)

[ניתן לתרגם את "Secure Link for Nginx" לשפה שלך.](https://translate.wordpress.org/projects/wp-plugins/secure-link-nginx)

### מעוניינים בפיתוח?

[עיינו בקוד](https://plugins.trac.wordpress.org/browser/secure-link-nginx/), ראו
את הקוד ב-[SVN repository](https://plugins.svn.wordpress.org/secure-link-nginx/),
או הירשמו ל[לוג פיתוח](https://plugins.trac.wordpress.org/log/secure-link-nginx/)
באמצעות [RSS](https://plugins.trac.wordpress.org/log/secure-link-nginx/?limit=100&mode=stop_on_copy&format=rss).

## מטא

 *  גרסה: **20181120**
 *  Last updated **לפני 8 שנים**
 *  Active installations **פחות מ-10**
 *  WordPress version ** 4.6 ומעלה **
 *  Tested up to **4.9.31**
 *  PHP version ** 5.2.4 ומעלה **
 *  שפה
 * [English (US)](https://wordpress.org/plugins/secure-link-nginx/)
 * Tags
 * [link](https://he.wordpress.org/plugins/tags/link/)[shortcode](https://he.wordpress.org/plugins/tags/shortcode/)
 *  [תצוגה מתקדמת](https://he.wordpress.org/plugins/secure-link-nginx/advanced/)

## דרוגים

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/secure-link-nginx/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/secure-link-nginx/reviews/)

## תורמים

 *   [ M Hansen Tanjung ](https://profiles.wordpress.org/mhansent/)

## תמיכה

יש לך משהו לומר? זקוק לעזרה?

 [פורום תמיכה](https://wordpress.org/support/plugin/secure-link-nginx/)