Merge pull request #1 from guigeek208/patch-1

Update nginx.conf
This commit is contained in:
julienmalik 2015-02-28 09:42:30 +01:00
commit 2600c6f10f

View file

@ -3,7 +3,7 @@ location PATHTOCHANGE {
if ($scheme = http) {
rewrite ^ https://$server_name$request_uri? permanent;
}
client_max_body_size 10G;
index index.php;
rewrite ^PATHTOCHANGE/dashboard|^PATHTOCHANGE/settings|^PATHTOCHANGE/welcome|^PATHTOCHANGE/ws- PATHTOCHANGE/index.php last;