From 33ac827ee678a1db728a2757cb3db686ecaf919d Mon Sep 17 00:00:00 2001 From: Kamen Mladenov Date: Fri, 18 Jun 2021 13:42:07 +0000 Subject: Added apache site configuration file --- apache-site.conf | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 apache-site.conf (limited to 'apache-site.conf') diff --git a/apache-site.conf b/apache-site.conf new file mode 100644 index 0000000..f26126e --- /dev/null +++ b/apache-site.conf @@ -0,0 +1,27 @@ + + ServerName site.com + DocumentRoot "/var/www/site" + + + Options MultiViews FollowSymlinks + AllowOverride all + Order allow,deny + Allow from all + + + ErrorDocument 404 /404.html + + + + ServerName site.com + + ProxyPass "/styles.css" ! + Alias "/styles.css" "/home/root/styles.css" + + Require all granted + + + ProxyPreserveHost On + ProxyPass / http://localhost:5000/ + ProxyPassReverse / http://localhost:5000/ + -- cgit v1.2.3