Nginx For Xvast How to Encrypt Dynamic Website?
DRM-X 4.0 brings DRM protection not only for Audio/Video, PDF content, static HTML and images, but it also protects the entire website, includes all the pages, javascript, images, and CSS are protected by DRM-X 4.0. It can be applied to protect Live Video Conference, such as Zoom Web SDK, Agora Video Call. It can also protect any website, such as popular open source website, WordPress or Moodle.
More Tutorials
Introduction:
Haihaisoft developed Nginx For Xvast, it's based-on Nginx in Linux Platform. Nginx [engine x] is an HTTP and reverse proxy server. Nginx For Xvast includes all the existing features of Nginx web server, it also supports encrypting dynamic or static website, such as HTML, PHP website. It is also a Reverse Proxy Server, you can Reverse Proxy for any website, and apply DRM-X 4.0 encryption for PHP, JSP, ASP.net, NodeJS websites. The protected website supports all the DRM-X 4.0 security features, such as Smart Prevent Screen, Blacklist, License combined with hardware, and all the source code is encrypted and protected with License. By default, it support protects website with SSL/TLS certificate.

Requirements for Content Provider:
It requires you have a DRM-X 4.0 Enterprise account. For Company, you can apply DRM-X 4.0 Enterprise account for free in the first month. DRM-X 4.0 Fees and Functions Comparison table
You need to have a Linux Cloud Server or Dedicated Server to host Nginx for Xvast. We recommend CentOS. You can also use Ubuntu or any other Linux server.
Requirements for End User:
Install the latest Xvast browser, It supports Windows, MacOS and Android.
Installation:
Please visit your DRM-X 4.0 Protect Sites Page, and check Step 4. Protect Sites. Download Nginx For Xvast.
Extract it to your server's /usr/local/nginx/ folder. Here we tested it works in CentOS and Ubuntu Linux. It should also work in other Linux or FreeBSD server.
Get Encryption Params:
Please copy the following Encryption Params to Nginx for Xvast. Please Paste it into nginx.conf file's server config section.

Encryption Params in Nginx For Xvast:
add_header 4.drm-x.com-Param "*****Sample_ReplaceWithYourOwnParam*****=="; add_header 4.drm-x.com-Header "*****Sample_ReplaceWithYourOwnHeader*****==";
Please choose a License Profile, and copy your own Encryption Params.
Configure nginx.conf file. You can use our sample nginx.conf.
As our sample nginx.conf file, you need to make sure:
#gzip on; #You must comment out gzip, and disable gzip to support encryption
Under Server section:
chunked_transfer_encoding off; # You need to make sure: chunked_transfer_encoding off;
Sample Reverse Proxy for website, such as for Reverse Proxy: https://cn.haihaisoft.com:
server { listen 443 ssl http2; # listen 443 ssl; server_name demo12cn.hhsview.com; add_header Strict-Transport-Security "max-age=63072000; includeSubdomains; preload"; add_header 4.drm-x.cn-Param "*************************************"; add_header 4.drm-x.cn-Header "************************************"; ssl_certificate /root/.acme.sh/demo1cn.hhsview.com_ecc/fullchain.cer; ssl_certificate_key /root/.acme.sh/demo1cn.hhsview.com_ecc/demo1cn.hhsview.com.key; chunked_transfer_encoding off; location / { proxy_pass https://cn.haihaisoft.com/; proxy_ssl_server_name on; proxy_set_header Accept-Encoding ""; root html; index index.html index.htm; } # This is for remind user: if they are not using Xvast, it will redirect to http://www.xvast.com, if you comment it out it will display messy encrypted code. # if ($http_user_agent !~ "Xvast") { # rewrite ^/(.*) http://www.xvast.com/permanent; # } }
For Host PHP site, here is our Demo PHP WordPress Site: https://demo11cn.hhsview.com
It's running with PHP72, and installed with MySQL.
server { listen 443 ssl http2; # listen 443 ssl; server_name demo12cn.hhsview.com; add_header Strict-Transport-Security "max-age=63072000; includeSubdomains; preload"; add_header 4.drm-x.cn-Param "*************************************"; add_header 4.drm-x.cn-Header "************************************"; ssl_certificate /root/.acme.sh/demo12cn.hhsview.com_ecc/demo12cn.hhsview.com.cer; ssl_certificate_key /root/.acme.sh/demo12cn.hhsview.com_ecc/demo12cn.hhsview.com.key; chunked_transfer_encoding off; location / { root html; index index.html index.htm index.php; } location ~ \.php$ { root html; fastcgi_pass 127.0.0.1:9000; fastcgi_index index.php; # fastcgi_param SCRIPT_FILENAME /scripts$fastcgi_script_name; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; include fastcgi_params; } # if ($http_user_agent !~ "Xvast") { # rewrite ^/(.*) https://www.xvast.com/protected_site.html permanent; # } }
Get a free SSL certificate in Linux:
yum install socat nohup curl https://get.acme.sh | sh acme.sh --issue --standalone -d demo1.hhsview.com --keylength ec-256
Running Nginx For Xvast:
After you configure nginx.conf and save it, if you are root user, you can start Nginx with this command:
./nginx
If you want to stop Nginx:
./nginx -s quit
After you change the nginx.conf, you need to restart nginx.
After Nginx running successfully, then you can test and visit the protected site's URL in Xvast browser. If you need any help, please feel free to contact us.
Other DRM-X 4.0 Tutorials
DRM-X 4.0 Introduction VideoWe through the Video show you the demo how to use DRM-X 4.0 platform, how to settings before encryption and How to encrypt video. We will show you how to play encrypted video.
WATCH NOW
DRM-X 4.0 HTML web page encryption tutorialWith DRM-X 4.0, it encrypts web pages includes html, CSS, JavaScript and images, and control who can view your web content. It stops copying, prevent printing and print screen, and expires content when it should no longer be viewed.
WATCH NOW
Xvast Windows Video TutorialWe through the Video show you the demo how to download, install and use Xvast browser, how to open encrypted file and How to solve problems with use.
WATCH NOW
DRM-X 4.0 Video Encryption TutorialWe through the Video show you the demo how to use DRM-X 4.0 platform, how to settings before encryption and How to encrypt video. We will show you how to play encrypted video.
WATCH NOW
DRM-X 4.0 integration with WordPressCustom login page integration is a customer ordered a protected content from your website, when customer plays the content, it will prompt your website customized login page, after customers input Username and Password of your websites account, they will get the license immediately to play the protected file. It requires you create a new DRM login page.
WATCH NOW
DRM-X 4.0 Security SettingsWhen you use DRM-X 4.0 platform, there's something to notice. To make protection safer, please select a series of necessary options to prevent piracy. It's very important to do these settings in the beginning.
WATCH NOWQuestions?
Our reps have answers.
Ask about Haihaisoft products, pricing, implementation, or anything else — our highly trained reps are standing by, ready to help.
Tel: +64 27 507 9959 (New Zealand)
QQ: 1279126286 / 994184623
Contact us on Microsoft Teams
service#haihaisoft.com (replace # into @)
Contact Us