aboutsummaryrefslogtreecommitdiffhomepage
path: root/nginx.conf
diff options
context:
space:
mode:
Diffstat (limited to 'nginx.conf')
-rw-r--r--nginx.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/nginx.conf b/nginx.conf
index 08c9abf..e2a3dd3 100644
--- a/nginx.conf
+++ b/nginx.conf
@@ -6,11 +6,11 @@ http {
server {
listen 80;
- location /phperkaigi/2025/code-battle/files/ {
+ location /iosdc-japan/2025/code-battle/files/ {
alias /var/www/files/;
}
- location /phperkaigi/2025/code-battle/api/ {
+ location /iosdc-japan/2025/code-battle/api/ {
proxy_pass http://api-server;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
@@ -18,7 +18,7 @@ http {
proxy_set_header X-Forwarded-Proto $scheme;
}
- location /phperkaigi/2025/code-battle/admin/ {
+ location /iosdc-japan/2025/code-battle/admin/ {
proxy_pass http://api-server;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
@@ -26,7 +26,7 @@ http {
proxy_set_header X-Forwarded-Proto $scheme;
}
- location /phperkaigi/2025/code-battle/ {
+ location /iosdc-japan/2025/code-battle/ {
proxy_pass http://app-server;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;