Mattias Bodlund 3 months ago
parent
commit
3abc609085
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      config/nginx.conf

+ 2
- 2
config/nginx.conf View File

@ -1,7 +1,7 @@
# http > https # http > https
server { server {
listen 80; listen 80;
server_name ikea-foundation-week-2025.onc.dk;
server_name completesentences.ikeafoundation.org ikea-foundation-week-2025.onc.dk;
root /home/ikea_foundation_2025/week_2025/public; root /home/ikea_foundation_2025/week_2025/public;
@ -11,7 +11,7 @@ server {
} }
location / { location / {
return 301 https://ikea-foundation-week-2025.onc.dk$request_uri;
return 301 https://completesentences.ikeafoundation.org$request_uri;
} }
} }


Loading…
Cancel
Save