We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1819fe7 commit 0057ff5Copy full SHA for 0057ff5
nginx.conf.sample
@@ -47,6 +47,11 @@ location /.user.ini {
47
location ~* ^/setup($|/) {
48
root $MAGE_ROOT;
49
location ~ ^/setup/index.php {
50
+ deny all;
51
+ # If you want to enable the web based setup functionality, add your
52
+ # ip address to the allow list below or comment out the deny all above.
53
+ # allow 127.0.0.1;
54
+
55
fastcgi_pass fastcgi_backend;
56
57
fastcgi_param PHP_FLAG "session.auto_start=off \n suhosin.session.cryptua=off";
0 commit comments