Compare commits
No commits in common. "32c42ae03c21f9242fe1aaf554ddc80605404bd1" and "e0abcf82ef8e02528600dd01fa9ed35aa9660160" have entirely different histories.
32c42ae03c
...
e0abcf82ef
1 changed files with 3 additions and 4 deletions
|
@ -11,12 +11,12 @@ map $sent_http_content_type $expires {
|
|||
~font/ max;
|
||||
}
|
||||
|
||||
proxy_cache_path /var/cache/nginx levels=1:2 keys_zone=STATIC:10m inactive=24h max_size=64m;
|
||||
proxy_cache_path /tmp/nginx-cache levels=1:2 keys_zone=STATIC:10m inactive=24h max_size=1g;
|
||||
|
||||
server {
|
||||
|
||||
root /usr/share/nginx/html;
|
||||
listen 8080;
|
||||
listen 80;
|
||||
server_name saibotk.de;
|
||||
|
||||
access_log off;
|
||||
|
@ -24,7 +24,6 @@ server {
|
|||
expires $expires;
|
||||
charset UTF-8;
|
||||
|
||||
set_real_ip_from 10.0.0.0/8;
|
||||
set_real_ip_from 172.16.0.0/12;
|
||||
|
||||
add_header X-Frame-Options "DENY";
|
||||
|
|
Loading…
Add table
Reference in a new issue