Skip to content

Instantly share code, notes, and snippets.

View silviu-social1st-ro's full-sized avatar
🏠
Working from home

Silviu Bunea silviu-social1st-ro

🏠
Working from home
View GitHub Profile
@a-vasyliev
a-vasyliev / example.com.conf
Created March 25, 2015 11:42
Nginx: proxy cache without utm_* parameters (remove query parameter, remove utm tags nginx)
server {
listen 443;
server_name example.com;
error_log /var/log/nginx/example_com_error.log warn;
ssl on;
ssl_certificate /etc/nginx/ssl/your.crt; #certificate chains
ssl_certificate_key /etc/nginx/ssl/your.key; #private key