From f224da2b0ce33092ea0e3dfce025c80b153abea0 Mon Sep 17 00:00:00 2001 From: MartinsRui Date: Fri, 4 Aug 2017 16:24:31 +0200 Subject: [PATCH] Add semicolon to nginx config line (#3885) * Update linuxproduction.md * Update linuxproduction.md --- aspnetcore/publishing/linuxproduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/publishing/linuxproduction.md b/aspnetcore/publishing/linuxproduction.md index 7ced3f9be6..45849b9674 100644 --- a/aspnetcore/publishing/linuxproduction.md +++ b/aspnetcore/publishing/linuxproduction.md @@ -282,4 +282,4 @@ Edit the nginx.conf file. sudo nano /etc/nginx/nginx.conf ``` -Add the the line `add_header X-Content-Type-Options "nosniff"` and save the file, then restart Nginx. +Add the the line `add_header X-Content-Type-Options "nosniff";` and save the file, then restart Nginx.