This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Set cache dir | |
proxy_cache_path /var/cache/nginx levels=1:2 | |
keys_zone=microcache:5m max_size=1000m; | |
# Virtualhost/server configuration | |
server { | |
listen 443; | |
listen [::]:443; | |
server_name yourhost.domain.com; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Author: SpennyTF | |
Contributor: SunRed | |
How to install: | |
Just put the file under | |
%appdata%/Mozilla/Firefox/Profiles/<YOURPROFILE>/chrome/userChrome.css | |
You might have to create the chrome folder. | |
*/ |