Skip to content
Snippets Groups Projects
Commit cc3375a0 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

LOTS of new stuff. Storing it

parent c8aa5675
No related branches found
No related tags found
No related merge requests found
<VirtualHost *:80>
ServerName SERVER_NAME_REPLACE_WITH_SED
ProxyPass /static !
ProxyPass / http://localhost:8080/VIPSLogic/
ProxyPassReverse / http://localhost:8080/VIPSLogic/
ProxyPassReverseCookiePath /VIPSLogic /
AddDefaultCharset UTF-8
Header set Access-Control-Allow-Origin "*"
# Blocking stuff
<Directory />
<RequireAll>
Require all granted
</RequireAll>
</Directory>
# Serving static files directly from Apache
Alias /static /home/CODE_USER_REPLACE_WITH_SED/static
<Directory /home/CODE_USER_REPLACE_WITH_SED/static>
Order allow,deny
Allow from all
Require all granted
</Directory>
</VirtualHost>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment