daily pastebin goal
17%
SHARE
TWEET

Untitled

a guest Oct 28th, 2015 138 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # Installs Nginx
  2. WORKDIR     /install
  3. RUN         (wget http://nginx.org/download/nginx-1.8.0.tar.gz) && (tar -xzf nginx-1.8.0.tar.gz) && (rm nginx-1.8.0.tar.gz)
  4. WORKDIR     /install/nginx-1.8.0
  5. RUN         (sed -i "s/static char ngx_http_server_string\[\] = \"Server: nginx\" CRLF;/static char ngx_http_server_string\[\] = \"Server: Lol web server\" CRLF;/g" /install/nginx-1.8.0/src/http/ngx_http_header_filter_module.c) && \
RAW Paste Data
Top