All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
1 answer
553 views

PHP Not Working With Proxy Pass

QUESTION It seems that my php pages are not loading through proxypass set up on my master Apache server. What change do I need to make in order to get php pages to load through my proxypass? I ...
Max Kulik's user avatar
  • 228
-1 votes
1 answer
4k views

How do I only reverse proxy php files with nginx?

Currently I have the following in my nginx config file: server { listen 80; return 301 https://$host$request_uri; } server { listen 443; server_name envy.zone; ...
Nathaniel Suchy's user avatar