
Dimitris Andrikopoulos
- Total activity 38
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 13
Activity overview
Latest activity by Dimitris Andrikopoulos-
Dimitris Andrikopoulos created a post,
proxy_ignore_headers for specific User-Agent
Hello, I have setup NGINX Reverse Proxy with Caching via the NGINX Manager of cPanel. The file "/etc/nginx/ea-nginx/cache.json" contains the below lines: { "enabled" : true, "inactive_time" : "...
-
Dimitris Andrikopoulos commented,
My main configuration file "/etc/nginx/conf.d/users/myuser.conf", that is automatically generated, includes the below block: location / { proxy_cache $CPANEL_PROXY_CACHE; proxy_no...
-
Dimitris Andrikopoulos created a post,
Customizing NGINX configuration
Hello, I have installed NGINX as a reverse proxy by using the NGINX Manager in WHM. I need to override the NGINX configuration for a specific server block for a specific domain as described in the ...
-
Dimitris Andrikopoulos commented,
Hello, Placing Varnish in front of Apache or NGINX web server is actually the way the Varnish works as an HTTP accelerator. In addition given that the freeware version of Varnish does not support S...
-
Dimitris Andrikopoulos commented,
I can understand that Varnish is not officially supported by cPanel. However, my request is actually about the manner I could customize the configuration of NGINX Reverse Proxy in a way that I plac...
-
Dimitris Andrikopoulos created a post,
Integrate Varnish with NGINX for TLS termination
Hello, I have used the NGINX Manager so as to activate the NGINX Reverse Proxy. The activation was made smoothly and everything is working as expected with Apache (listening on 81, 444 ports) and t...
-
Dimitris Andrikopoulos created a post,
NGINX Reverse Proxy configuration arbitrary resets
Two months ago, I installed NGINX as a Reverse Proxy with Caching enabled by following the default installation of cPanel through WHM NGINX Manager. The problem I'm having is that after 4-6 days: ...
-
Dimitris Andrikopoulos created a post,
Gzip and Brotli compression on both Apache and NGINX
Hello, My website was initially server by EasyApache 4 on cPanel and I had enabled gzip and brotli compression via the .htaccess file. Afterwards I installed the NGINX as a Reverse Proxy by followi...
-
Dimitris Andrikopoulos created a post,
Robots and favicon declarations
Hello, I have setup NGINX as a Reverse Proxy on Apache by following the default installation of cPanel. At the generated configuration file "/etc/nginx/conf.d/users/myuser.conf", I see the below li...
-
Dimitris Andrikopoulos commented,
This case seems to be as if the script "/scripts/ea-nginx conf --all" were executed: The configuration file "/etc/nginx/conf.d/users/myuser.conf" is regenerated. The NGINX cache is cleared. The NG...