Source code of Flashii in 2015-2017
This repository has been archived on 2024-06-26. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2015-07-03 19:33:02 +02:00
_developer_data Revamped supporting page 2015-07-01 19:20:20 +02:00
_sakura API shit 2015-07-03 19:33:02 +02:00
api API shit 2015-07-03 19:33:02 +02:00
content API shit 2015-07-03 19:33:02 +02:00
main API shit 2015-07-03 19:33:02 +02:00
.gitattributes informativity 2015-04-01 17:34:29 +02:00
.gitignore big commit 2015-06-04 12:41:55 +00:00
LICENSE informativity 2015-04-01 17:34:29 +02:00
README.md one last meow for today 2015-07-01 20:22:45 +02:00

Sakura

A backend that doesn't suck

I'll write a more descriptive readme once it's in a stable state.

Apache 2.x Virtualhosts

<VirtualHost *:80 *:443>
    DocumentRoot [local path]/main
    ServerName [site url]
    ServerAlias www.[site url]
</VirtualHost>

<VirtualHost *:80 *:443>
    DocumentRoot [local path]/content
    ServerName content.[site url]

    Header unset Cookie
    Header unset Set-Cookie
</VirtualHost>

<VirtualHost *:80 *:443>
    DocumentRoot [local path]/api
    ServerName api.[site url]

    Header unset Cookie
    Header unset Set-Cookie
</VirtualHost>