php for a particular html page
I'd like nginx to parse particular html page(s) as php - for example, I have a php contact form I'd like to keep calling contact.html, but don't need php on most of my other html pages. I've been able...
View ArticleSeafile with Nginx and letsencrypt - Error 403
Hello, I m not getting past a 403 error on my server setup and I would be grateful for some help. Centos 7.2 VPS (Contabo) Nginx 1.10.2 Certbot 0.9.2 I have the following working Nginx config: server {...
View ArticleRe: How to host multiple sites locally at different addresses
Problem solved! Thank you. I was sure I had tried that - but I must have done it wrong. Changing location / { root /data/www/moodle; } to location / { root /data/www; } and updating my moodle...
View ArticleNGINX and WebServices WSDL Reverse Proxy
Hello, I have a server running Tomcat where it runs a WebService application on port 8080. To all external users, they will access the WebService on port 443 where Nginx will proxy reverse to port...
View ArticleRe: NGINX and WebServices WSDL Reverse Proxy
You need to adjust the tomcat application (configuration) with proxy settings. https://www.mkyong.com/nginx/nginx-apache-tomcat-configuration-example/...
View ArticleRe: NGINX and WebServices WSDL Reverse Proxy
Hello, I tried the the configuration you mentioned on the second link (http://webapp.org.ua/sysadmin/setting-up-nginx-ssl-reverse-proxy-for-tomcat/) and it worked perfectly. One more question: Would be...
View ArticleRe: NGINX and WebServices WSDL Reverse Proxy
It looks like tomcat is adding this as a reply to the clients and should be a setting. Or your subfilter is doing this.
View ArticleX-Accel-Redirect & Sendfile conf help
Hello, Recently i make some website for download file ,but got some problem , maybe someone can help me here, thank you very much !...
View ArticleDirectory listing is not working with directory outside the server root
I have a directory that i want to turn into a file hosting page, which is outside the server root. Here's the server root: /var/server/nginx And here's the directory that i want to host my files:...
View ArticleHow to Serve static content from cookie less domain with nginx
Cany anyone help me configure nginx to serve static content from a cookie less subdomain ?
View ArticleHow to serve every wordpress post as a subdomain in nginx
I searched google a lot about this topic but could not find the right solution. Can anyone tell me how to configure this scinerio with nginx? I have a site with domain name: softwarescube.com I want...
View ArticleHow to configure http secure link module?
Is anyone here to help regarding configuration of http secure link module? server side configuration: how to configure the server block in nginx? client side configuration: how to send md5 hash and...
View ArticleDynamic Proxy_pass based on subdirectory
hello people been slamming my head off a wall for some time with this config... i have more of an apache background but persevering with NGINX for this project! basically, I have created a simple...
View Articlebrowser cache expiry is missing
for google pagespeed i need browser cache expiry dates for the pictures. all pictures i want to cache are in the directory: https://www.rittinghaus-invest.de/media/image/*/*/*/picturename.jpg i have...
View Articlenginx rtmp securelink
hello is anybody here who could help me to configure rtmp secure link? Thanks
View ArticleNginx using two cached zone based cookie
i have two cache zone on my nginx configuration , I want when request or response body have cookie , then cache zone2 (for example) used , Is it possible with if-regx setting ?
View ArticleConditionally removing Set-Cookie
I'm trying to implement page caching over WordPress/Woocommerce. It's mostly working. I'm using this as a location block; location ~ \.php$ { fastcgi_cache_bypass $skip_cache; fastcgi_no_cache...
View Article$local_time variable doubt!
Hello guys, From what I understood $local_time variable shows the timestamp when NGINX record on log which means that it includes the response from the other server, I'm currently on a middle of a...
View ArticleLoad balancing syslog with UDP
I am trying to use nginx as a load balancer for syslog, to be able to send logs to several downstream Graylog ingestors in order to help improve performance of the Graylog cluster. I'm having trouble...
View Articleproxy server
Hi guys, I have a webmail service running on a Debian virtual server (iRedmail and roundcube) which is working fine, but I have been unable to get nginx to play nicely whilst adding other subdomains....
View Article