diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-03-04 21:26:39 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-03-04 21:26:39 +0900 |
| commit | 9b1049e39b2e6e45371930832b421be21297dcb5 (patch) | |
| tree | cf5bdc58c4ed41ad52ad4b20ab1d606fadbf8b31 /nginx.conf | |
| parent | 3f73872865263e8690e12f4b43040ed38b062f28 (diff) | |
| download | phperkaigi-2025-albatross-9b1049e39b2e6e45371930832b421be21297dcb5.tar.gz phperkaigi-2025-albatross-9b1049e39b2e6e45371930832b421be21297dcb5.tar.zst phperkaigi-2025-albatross-9b1049e39b2e6e45371930832b421be21297dcb5.zip | |
change base path
Diffstat (limited to 'nginx.conf')
| -rw-r--r-- | nginx.conf | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -12,11 +12,11 @@ http { server { listen 80; - location /iosdc-japan/2024/code-battle/files/ { + location /phperkaigi/2025/code-battle/files/ { alias /var/www/files/; } - location /iosdc-japan/2024/code-battle/api/ { + location /phperkaigi/2025/code-battle/api/ { proxy_pass http://api-server; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; @@ -24,7 +24,7 @@ http { proxy_set_header X-Forwarded-Proto $scheme; } - location /iosdc-japan/2024/code-battle/admin/ { + location /phperkaigi/2025/code-battle/admin/ { proxy_pass http://api-server; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; @@ -32,7 +32,7 @@ http { proxy_set_header X-Forwarded-Proto $scheme; } - location /iosdc-japan/2024/code-battle/sock/ { + location /phperkaigi/2025/code-battle/sock/ { proxy_pass http://api-server; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; @@ -43,7 +43,7 @@ http { proxy_set_header X-Forwarded-Proto $scheme; } - location /iosdc-japan/2024/code-battle/ { + location /phperkaigi/2025/code-battle/ { proxy_pass http://app-server; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; |
