1447077070 | current | ||
---|---|---|---|
Line 44: | Line 44: | ||
#Remember to comment the below out when you're installing, and uncomment it when done. | #Remember to comment the below out when you're installing, and uncomment it when done. | ||
location ~ /(data/|conf/|bin/|inc/|install.php) { deny all; } | location ~ /(data/|conf/|bin/|inc/|install.php) { deny all; } | ||
- | + | ||
- | location ~* \.(js|css|png|jpg|jpeg|gif|ico)$ { | + | # Uncomment this prevents images being displayed ! |
- | expires 31536000s; | + | # location ~* \.(js|css|png|jpg|jpeg|gif|ico)$ { |
- | add_header Pragma "public"; | + | # expires 31536000s; |
- | add_header Cache-Control "max-age=31536000, public, must-revalidate, proxy-revalidate"; | + | # add_header Pragma "public"; |
- | log_not_found off; | + | # add_header Cache-Control "max-age=31536000, public, must-revalidate, proxy-revalidate"; |
- | } | + | # log_not_found off; |
+ | # } | ||
location / { try_files $uri $uri/ @dokuwiki; } | location / { try_files $uri $uri/ @dokuwiki; } |
↧
install:nginx
↧