Search: "var parition"
Separate LESS Packaging & Compilation by Webpack Forums
-webpack-plugin. var ExtractTextPlugin = require('extract-text-webpack-plugin'); let extractCSS = new ExtractTextPlugin ...
Realizing docker log automation based on Logspout+ELK Forums
: - logbox restart: always ports: - '8100:8000' volumes: - /var/run/docker.sock:/tmp/docker.sock ...
log4net.Config configuration Forums
1. Programming configuration at runtime var logCfg = new FileInfo(AppDomain.CurrentDomain.BaseDirectory + " ...
An in-depth explanation of DockerCon 2016: Docker security Forums
structure starts from the root directory /, and under the root directory are the directories of boot, usr, var, and proc. The chroot ...
WordPress with LEMP on Alibaba Cloud – Part 2 Completing the LEMP Stack blog
PHP processor is to create a PHP info file in the document root: `$ sudo nano /var/www/html/info.php` Paste the following ...
Defense against Common Web Attacks blog
following script in the comment box: ``` var i = document.createElement('img'); i.setAttribute('src', 'http ...
How to Install CouchCMS on Ubuntu 16.04 – Part 1 LAMP Stack Setup blog
-default.conf` Note: The configuration for DocumentRoot should look as DocumentRoot /var/www/html Press Ctrl + X, to exit from ...
Up and Running with Alibaba Cloud Container Registry blog
= 0.0.0 #RUN mkdir -p /var/www/ ADD /public /usr/share/nginx/html/ EXPOSE 80 RUN service nginx restart Run the Docker build ...
How to Automate Backups with Alibaba Cloud Object Storage Service blog
. Check the crontab output if the files do not appear in the OSS bucket. By default, the cronjobs get logged to /var/log/syslog ...
Build a Blockchain with Less Than 200 Lines of Go blog
presentation is the slice of a block: var Blockchain []Block We use the hash algorithm (SHA256) to determine and maintain the correct ...