1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-09-17 14:22:24 +02:00
theme.park/docker-mods/swag/root/themepark-confs/themepark.subfolder.conf.sample
2022-04-16 14:33:07 +02:00

18 lines
553 B
Plaintext

location /themepark {
return 302 $scheme://$http_host/themepark/;
}
location /themepark/ {
alias /config/www/themepark/;
sub_filter_types *;
sub_filter 'url("/css/' 'url("/themepark/css/';
sub_filter_once off;
try_files $uri $uri/ /index.html;
# Don't cache
add_header Last-Modified $date_gmt;
add_header Cache-Control 'no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0';
if_modified_since off;
expires -1;
etag off;
}