Compare commits

..

No commits in common. "f0390d0ddf3d699d4cf2448f23b332396e23703f" and "d42b1819cc3898cc134b644c61e6641817d12637" have entirely different histories.

2 changed files with 2 additions and 20 deletions

View File

@ -1,18 +0,0 @@
# Apache
## vhost.conf
### Kräv inlogging för publika IP-adresser
```
# Require all granted
AuthType Basic
AuthUserFile "/path/to/.htpasswd"
AuthName "Protected Area"
<RequireAny>
Require ip 192.168.0.0/16
Require ip 127.0.0.1/32
Require valid-user
</RequireAny>
```

View File

@ -25,9 +25,9 @@ Sök efter uppdateringar för bara production
<pre><code>npm audit --production</code></pre>
### [npm-check-updates](https://github.com/raineorshine/npm-check-updates "npm-check-updates")
### npm-check-updates
`ncu -u` uppdaterar bara package.json, kör därför `npm i` efteråt
<code>ncu -u<code> uppdaterar bara package.json, kör därför <code>npm i</code> efteråt
<pre><code>npm install -g npm-check-updates
ncu -u