Hi all,
There are now a bunch of different PCI requirements in particular around passwords. ie
min complexity
no reuse within 4 changes
forced reset on 1st use
how are people jumping through these hoops?
I am trying to do a very simple removal of index.php from a url using nginx only config.
eg
https://www.domain.com/index.php/some/category
The standard code
has no effect in Additional nginx settings and has to be placed within the server block .. which of course will not survive a rebuild...
Create the ftp account as usual. Make sure you set the domain as root not a publically accessible sub folder (bash history will be stored here)
now edit /etc/passwd change /bin/false to /bin/bash
restart ssh
now your ftp user can ssh /sftp into the box
not supported but works just fine.
OK story so far.. this is Magento 2..
So creating a custom nginx block in /etc/nginx/conf.d/ with a copy of the port 80 nginx server block (minus any extension inserts) running on a random port and pointing varnish (default m2 exported vcl) to this works just fine for everything except images...
Hey
Yes, works just fine. Use an alias to make life easier (if using a full domain just point it to the same varnish instance)
Add something like this to your apache settings (or .htaccess)
SetEnvIf Host www.my_second_domain.co.uk* MAGE_RUN_CODE=web_code
SetEnvIf Host...
Hi there
What determines if docker is mapped like this
127.0.0.1:32899->80/tcp, 127.0.0.1:32898->8443/tcp
or like this
e55609449eec varnish:7.3.1 "/usr/local/bin/dock…" 11 days ago Up 12 hours 0
it seems to select these at random?