From 221054473ee51fc8ac602a90e5f59ee7a524d759 Mon Sep 17 00:00:00 2001 From: Robert Marshall Date: Mon, 26 Aug 2019 11:21:57 +0100 Subject: [PATCH] Use correct user --- Infrastructure/website.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Infrastructure/website.service b/Infrastructure/website.service index 0bcb554..d0c47f5 100644 --- a/Infrastructure/website.service +++ b/Infrastructure/website.service @@ -9,7 +9,7 @@ Restart=always RestartSec=10 KillSignal=SIGINT SyslogIdentifier=Website -User=apache +User=www-data Environment=ASPNETCORE_ENVIRONMENT=Production [Install]