How To Run Litecart On Nginx

Titel

Keine Änderungen

Permalink

Keine Änderungen

Inhalt

OldNew
69 return 404; 69 return 404;
70 } 70 }
71 71
72 # Deny access to some directories 72 # Deny access to some storage directories
73 location ~ ^/(data|logs|vendor|vmods)/ { 73 location ~ ^/(data|logs|vendor|vmods)/ {
74 deny all; 74 deny all;
75 } 75 }

Bearbeitet von {benutzer} am {datum} um {zeit}

View code on GitHub