feat: Implement updating the done levels

This commit is contained in:
Alexander Polynomdivision
2018-09-29 22:00:15 +02:00
parent e6e7505383
commit ab0c75331d
9 changed files with 146 additions and 18 deletions

View File

@@ -13,6 +13,10 @@ http {
# server_name lateinicus;
listen 80 default_server;
# Enable gzip compression
gzip on;
gzip_min_length 256K;
# Reverse Proxy
location /api/ {
# Seems weird, but it is (Prevent /api/api/)