Skip to content
This repository was archived by the owner on Jun 10, 2018. It is now read-only.

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kkretsch committed Feb 17, 2017
1 parent 3dcf6ef commit 8b59e33
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
## systemd startup
/etc/systemd/system/iplog.service:

```
[Unit]
Description=Node.js alibIP server
Requires=After=mysql.service # Requires the mysql service to run first
Expand All @@ -28,16 +29,18 @@ UMask=007
[Install]
WantedBy=multi-user.target
```

## Developing

## NGinx http header

```
add_header Strict-Transport-Security "max-age=63072000; ";
add_header X-Frame-Options "DENY";
add_header X-Content-Type-Options "nosniff";
add_header Content-Security-Policy "default-src https: 'unsafe-inline'; frame-ancestors 'none'; style-src 'self' https://netdna.bootstrapcdn.com/; script-src 'self' 'unsafe-inline' https://stat.myocastor.de/ https://code.jquery.com/ https://netdna.bootstrapcdn.com/";

```


### Tools
Expand Down

0 comments on commit 8b59e33

Please sign in to comment.